Shades of Turquoise #21F5C5
Tints of Turquoise #21F5C5
RGB
CMYK
RGB Variations
Color information
#21F5C5 (or 0x21F5C5) is known color: Turquoise. HEX triplet: 21, F5 and C5. RGB value is (33,245,197). Sum of RGB (Red+Green+Blue) = 33+245+197=475 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.95% from 475); Green value is 245 (96.09% from 255 or 51.58% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 245 - color contains mainly: green. Hex color #21F5C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F5C5 is #DE0A3A. Grayscale: #B0B0B0. Windows color (decimal): -14551611 or 12973345. OLE color: 12973345.
HSL color Cylindrical-coordinate representation of color #21F5C5: hue angle of 166.42º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F5C5 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 245 | 197 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.04 |
| HSL | 166.42º | 0.91% | 0.55% | - |
| HSV(B) | 166.42º | 0.87% | 0.96% | - |
| XYZ | 43.36 | 69.66 | 63.98 | - |
| YUV | 176.14 | 139.76 | 25.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 245 | 197 | 0.87 | 0 | 0.20 | 0.04 | 166.42 | 0.91 | 0.55 |
| Hex | 21 | F5 | C5 | 57 | 0 | 14 | 4 | A6 | 5B | 37 |
| Octal | 41 | 365 | 305 | 127 | 0 | 24 | 4 | 246 | 133 | 67 |
| Binary | 100001 | 11110101 | 11000101 | 1010111 | 0 | 10100 | 100 | 10100110 | 1011011 | 110111 |
Color Harmonies of #21F5C5
Complementary color
Monochromatic Colors of #21F5C5
Black with #21F5C5
Text Example
Text Example
White with #21F5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F5C5; }
p { color: rgb(33,245,197); }
H1.HeaderClassName
{
color: #21F5C5;
}
.AnyTagClassName
{
color: #21F5C5;
}
</style>
background-color css
<style>
a { background-color: #21F5C5; }
a { background-color: rgb(33,245,197); }
div.DivClassName
{
background-color: #21F5C5;
}
.BgClassName
{
background-color: #21F5C5;
}
</style>
border-color css
<style>
span { border-color: #21F5C5; }
span { border-color: rgb(33,245,197); }
td.TdClassName
{
border-color: #21F5C5;
}
.TagClassName
{
border-color: #21F5C5;
}
</style>