Shades of Dark Turquoise #21CFDB
Tints of Dark Turquoise #21CFDB
RGB
CMYK
RGB Variations
Color information
#21CFDB (or 0x21CFDB) is known color: Dark Turquoise. HEX triplet: 21, CF and DB. RGB value is (33,207,219). Sum of RGB (Red+Green+Blue) = 33+207+219=459 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.19% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #21CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFDB is #DE3024. Grayscale: #9C9C9C. Windows color (decimal): -14561317 or 14405409. OLE color: 14405409.
HSL color Cylindrical-coordinate representation of color #21CFDB: hue angle of 183.87º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CFDB is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 33 | 207 | 219 | - |
CMYK | 0.85 | 0.05 | 0 | 0.14 |
HSL | 183.87º | 0.74% | 0.49% | - |
HSV(B) | 183.87º | 0.85% | 0.86% | - |
XYZ | 35.73 | 50.06 | 74.8 | - |
YUV | 156.34 | 163.35 | 40.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 33 | 207 | 219 | 0.85 | 0.05 | 0 | 0.14 | 183.87 | 0.74 | 0.49 |
Hex | 21 | CF | DB | 55 | 5 | 0 | E | B8 | 4A | 31 |
Octal | 41 | 317 | 333 | 125 | 5 | 0 | 16 | 270 | 112 | 61 |
Binary | 100001 | 11001111 | 11011011 | 1010101 | 101 | 0 | 1110 | 10111000 | 1001010 | 110001 |
Color Harmonies of #21CFDB
Complementary color
Monochromatic Colors of #21CFDB
Black with #21CFDB
Text Example
Text Example
White with #21CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFDB; }
p { color: rgb(33,207,219); }
H1.HeaderClassName
{
color: #21CFDB;
}
.AnyTagClassName
{
color: #21CFDB;
}
</style>
background-color css
<style>
a { background-color: #21CFDB; }
a { background-color: rgb(33,207,219); }
div.DivClassName
{
background-color: #21CFDB;
}
.BgClassName
{
background-color: #21CFDB;
}
</style>
border-color css
<style>
span { border-color: #21CFDB; }
span { border-color: rgb(33,207,219); }
td.TdClassName
{
border-color: #21CFDB;
}
.TagClassName
{
border-color: #21CFDB;
}
</style>