Shades of Bright Turquoise #21CFE9
Tints of Bright Turquoise #21CFE9
RGB
CMYK
RGB Variations
Color information
#21CFE9 (or 0x21CFE9) is known color: Bright Turquoise. HEX triplet: 21, CF and E9. RGB value is (33,207,233). Sum of RGB (Red+Green+Blue) = 33+207+233=473 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.98% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #21CFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CFE9 is #DE3016. Grayscale: #9D9D9D. Windows color (decimal): -14561303 or 15322913. OLE color: 15322913.
HSL color Cylindrical-coordinate representation of color #21CFE9: hue angle of 187.8º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CFE9 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 207 | 233 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.09 |
| HSL | 187.8º | 0.82% | 0.52% | - |
| HSV(B) | 187.8º | 0.86% | 0.91% | - |
| XYZ | 37.65 | 50.83 | 84.92 | - |
| YUV | 157.94 | 170.35 | 38.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 233 | 0.86 | 0.11 | 0 | 0.09 | 187.8 | 0.82 | 0.52 |
| Hex | 21 | CF | E9 | 56 | B | 0 | 9 | BC | 52 | 34 |
| Octal | 41 | 317 | 351 | 126 | 13 | 0 | 11 | 274 | 122 | 64 |
| Binary | 100001 | 11001111 | 11101001 | 1010110 | 1011 | 0 | 1001 | 10111100 | 1010010 | 110100 |
Color Harmonies of #21CFE9
Complementary color
Monochromatic Colors of #21CFE9
Black with #21CFE9
Text Example
Text Example
White with #21CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFE9; }
p { color: rgb(33,207,233); }
H1.HeaderClassName
{
color: #21CFE9;
}
.AnyTagClassName
{
color: #21CFE9;
}
</style>
background-color css
<style>
a { background-color: #21CFE9; }
a { background-color: rgb(33,207,233); }
div.DivClassName
{
background-color: #21CFE9;
}
.BgClassName
{
background-color: #21CFE9;
}
</style>
border-color css
<style>
span { border-color: #21CFE9; }
span { border-color: rgb(33,207,233); }
td.TdClassName
{
border-color: #21CFE9;
}
.TagClassName
{
border-color: #21CFE9;
}
</style>