Shades of Dark Turquoise #00CFDD
Tints of Dark Turquoise #00CFDD
RGB
CMYK
RGB Variations
Color information
#00CFDD (or 0x00CFDD) is known color: Dark Turquoise. HEX triplet: 00, CF and DD. RGB value is (0,207,221). Sum of RGB (Red+Green+Blue) = 0+207+221=428 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #00CFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFDD is #FF3022. Grayscale: #929292. Windows color (decimal): -16724003 or 14536448. OLE color: 14536448.
HSL color Cylindrical-coordinate representation of color #00CFDD: hue angle of 183.8º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFDD is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 207 | 221 | - |
| CMYK | 1 | 0.06 | 0 | 0.13 |
| HSL | 183.8º | 1% | 0.43% | - |
| HSV(B) | 183.8º | 1% | 0.87% | - |
| XYZ | 35.36 | 49.85 | 76.16 | - |
| YUV | 146.7 | 169.92 | 23.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 221 | 1 | 0.06 | 0 | 0.13 | 183.8 | 1 | 0.43 |
| Hex | 0 | CF | DD | 64 | 6 | 0 | D | B8 | 64 | 2B |
| Octal | 0 | 317 | 335 | 144 | 6 | 0 | 15 | 270 | 144 | 53 |
| Binary | 0 | 11001111 | 11011101 | 1100100 | 110 | 0 | 1101 | 10111000 | 1100100 | 101011 |
Color Harmonies of #00CFDD
Complementary color
Monochromatic Colors of #00CFDD
Black with #00CFDD
Text Example
Text Example
White with #00CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFDD; }
p { color: rgb(0,207,221); }
H1.HeaderClassName
{
color: #00CFDD;
}
.AnyTagClassName
{
color: #00CFDD;
}
</style>
background-color css
<style>
a { background-color: #00CFDD; }
a { background-color: rgb(0,207,221); }
div.DivClassName
{
background-color: #00CFDD;
}
.BgClassName
{
background-color: #00CFDD;
}
</style>
border-color css
<style>
span { border-color: #00CFDD; }
span { border-color: rgb(0,207,221); }
td.TdClassName
{
border-color: #00CFDD;
}
.TagClassName
{
border-color: #00CFDD;
}
</style>