Shades of Bright Turquoise #21CFE6
Tints of Bright Turquoise #21CFE6
RGB
CMYK
RGB Variations
Color information
#21CFE6 (or 0x21CFE6) is known color: Bright Turquoise. HEX triplet: 21, CF and E6. RGB value is (33,207,230). Sum of RGB (Red+Green+Blue) = 33+207+230=470 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.02% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #21CFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CFE6 is #DE3019. Grayscale: #9D9D9D. Windows color (decimal): -14561306 or 15126305. OLE color: 15126305.
HSL color Cylindrical-coordinate representation of color #21CFE6: hue angle of 187.01º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CFE6 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 207 | 230 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.10 |
| HSL | 187.01º | 0.8% | 0.52% | - |
| HSV(B) | 187.01º | 0.86% | 0.9% | - |
| XYZ | 37.22 | 50.66 | 82.68 | - |
| YUV | 157.6 | 168.85 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 230 | 0.86 | 0.10 | 0 | 0.10 | 187.01 | 0.8 | 0.52 |
| Hex | 21 | CF | E6 | 56 | A | 0 | A | BB | 50 | 34 |
| Octal | 41 | 317 | 346 | 126 | 12 | 0 | 12 | 273 | 120 | 64 |
| Binary | 100001 | 11001111 | 11100110 | 1010110 | 1010 | 0 | 1010 | 10111011 | 1010000 | 110100 |
Color Harmonies of #21CFE6
Complementary color
Monochromatic Colors of #21CFE6
Black with #21CFE6
Text Example
Text Example
White with #21CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFE6; }
p { color: rgb(33,207,230); }
H1.HeaderClassName
{
color: #21CFE6;
}
.AnyTagClassName
{
color: #21CFE6;
}
</style>
background-color css
<style>
a { background-color: #21CFE6; }
a { background-color: rgb(33,207,230); }
div.DivClassName
{
background-color: #21CFE6;
}
.BgClassName
{
background-color: #21CFE6;
}
</style>
border-color css
<style>
span { border-color: #21CFE6; }
span { border-color: rgb(33,207,230); }
td.TdClassName
{
border-color: #21CFE6;
}
.TagClassName
{
border-color: #21CFE6;
}
</style>