Shades of Dark Turquoise #00CFD2
Tints of Dark Turquoise #00CFD2
RGB
CMYK
RGB Variations
Color information
#00CFD2 (or 0x00CFD2) is known color: Dark Turquoise. HEX triplet: 00, CF and D2. RGB value is (0,207,210). Sum of RGB (Red+Green+Blue) = 0+207+210=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #00CFD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFD2 is #FF302D. Grayscale: #919191. Windows color (decimal): -16724014 or 13815552. OLE color: 13815552.
HSL color Cylindrical-coordinate representation of color #00CFD2: hue angle of 180.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFD2 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 207 | 210 | - |
| CMYK | 1 | 0.01 | 0 | 0.18 |
| HSL | 180.86º | 1% | 0.41% | - |
| HSV(B) | 180.86º | 1% | 0.82% | - |
| XYZ | 33.95 | 49.28 | 68.7 | - |
| YUV | 145.45 | 164.42 | 24.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 210 | 1 | 0.01 | 0 | 0.18 | 180.86 | 1 | 0.41 |
| Hex | 0 | CF | D2 | 64 | 1 | 0 | 12 | B5 | 64 | 29 |
| Octal | 0 | 317 | 322 | 144 | 1 | 0 | 22 | 265 | 144 | 51 |
| Binary | 0 | 11001111 | 11010010 | 1100100 | 1 | 0 | 10010 | 10110101 | 1100100 | 101001 |
Color Harmonies of #00CFD2
Complementary color
Monochromatic Colors of #00CFD2
Black with #00CFD2
Text Example
Text Example
White with #00CFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFD2; }
p { color: rgb(0,207,210); }
H1.HeaderClassName
{
color: #00CFD2;
}
.AnyTagClassName
{
color: #00CFD2;
}
</style>
background-color css
<style>
a { background-color: #00CFD2; }
a { background-color: rgb(0,207,210); }
div.DivClassName
{
background-color: #00CFD2;
}
.BgClassName
{
background-color: #00CFD2;
}
</style>
border-color css
<style>
span { border-color: #00CFD2; }
span { border-color: rgb(0,207,210); }
td.TdClassName
{
border-color: #00CFD2;
}
.TagClassName
{
border-color: #00CFD2;
}
</style>