Shades of Bright Turquoise #21EECF
Tints of Bright Turquoise #21EECF
RGB
CMYK
RGB Variations
Color information
#21EECF (or 0x21EECF) is known color: Bright Turquoise. HEX triplet: 21, EE and CF. RGB value is (33,238,207). Sum of RGB (Red+Green+Blue) = 33+238+207=478 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.90% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #21EECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EECF is #DE1130. Grayscale: #ADADAD. Windows color (decimal): -14553393 or 13626913. OLE color: 13626913.
HSL color Cylindrical-coordinate representation of color #21EECF: hue angle of 170.93º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EECF is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 207 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.07 |
| HSL | 170.93º | 0.86% | 0.53% | - |
| HSV(B) | 170.93º | 0.86% | 0.93% | - |
| XYZ | 42.46 | 65.98 | 69.53 | - |
| YUV | 173.17 | 147.08 | 28.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 207 | 0.86 | 0 | 0.13 | 0.07 | 170.93 | 0.86 | 0.53 |
| Hex | 21 | EE | CF | 56 | 0 | D | 7 | AB | 56 | 35 |
| Octal | 41 | 356 | 317 | 126 | 0 | 15 | 7 | 253 | 126 | 65 |
| Binary | 100001 | 11101110 | 11001111 | 1010110 | 0 | 1101 | 111 | 10101011 | 1010110 | 110101 |
Color Harmonies of #21EECF
Complementary color
Monochromatic Colors of #21EECF
Black with #21EECF
Text Example
Text Example
White with #21EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EECF; }
p { color: rgb(33,238,207); }
H1.HeaderClassName
{
color: #21EECF;
}
.AnyTagClassName
{
color: #21EECF;
}
</style>
background-color css
<style>
a { background-color: #21EECF; }
a { background-color: rgb(33,238,207); }
div.DivClassName
{
background-color: #21EECF;
}
.BgClassName
{
background-color: #21EECF;
}
</style>
border-color css
<style>
span { border-color: #21EECF; }
span { border-color: rgb(33,238,207); }
td.TdClassName
{
border-color: #21EECF;
}
.TagClassName
{
border-color: #21EECF;
}
</style>