Shades of Bright Turquoise #21CEE9
Tints of Bright Turquoise #21CEE9
RGB
CMYK
RGB Variations
Color information
#21CEE9 (or 0x21CEE9) is known color: Bright Turquoise. HEX triplet: 21, CE and E9. RGB value is (33,206,233). Sum of RGB (Red+Green+Blue) = 33+206+233=472 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.99% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #21CEE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CEE9 is #DE3116. Grayscale: #9D9D9D. Windows color (decimal): -14561559 or 15322657. OLE color: 15322657.
HSL color Cylindrical-coordinate representation of color #21CEE9: hue angle of 188.1º 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 #21CEE9 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 206 | 233 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.09 |
| HSL | 188.1º | 0.82% | 0.52% | - |
| HSV(B) | 188.1º | 0.86% | 0.91% | - |
| XYZ | 37.41 | 50.35 | 84.84 | - |
| YUV | 157.35 | 170.69 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 233 | 0.86 | 0.12 | 0 | 0.09 | 188.1 | 0.82 | 0.52 |
| Hex | 21 | CE | E9 | 56 | C | 0 | 9 | BC | 52 | 34 |
| Octal | 41 | 316 | 351 | 126 | 14 | 0 | 11 | 274 | 122 | 64 |
| Binary | 100001 | 11001110 | 11101001 | 1010110 | 1100 | 0 | 1001 | 10111100 | 1010010 | 110100 |
Color Harmonies of #21CEE9
Complementary color
Monochromatic Colors of #21CEE9
Black with #21CEE9
Text Example
Text Example
White with #21CEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CEE9; }
p { color: rgb(33,206,233); }
H1.HeaderClassName
{
color: #21CEE9;
}
.AnyTagClassName
{
color: #21CEE9;
}
</style>
background-color css
<style>
a { background-color: #21CEE9; }
a { background-color: rgb(33,206,233); }
div.DivClassName
{
background-color: #21CEE9;
}
.BgClassName
{
background-color: #21CEE9;
}
</style>
border-color css
<style>
span { border-color: #21CEE9; }
span { border-color: rgb(33,206,233); }
td.TdClassName
{
border-color: #21CEE9;
}
.TagClassName
{
border-color: #21CEE9;
}
</style>