Shades of Dark Turquoise #00CFD9
Tints of Dark Turquoise #00CFD9
RGB
CMYK
RGB Variations
Color information
#00CFD9 (or 0x00CFD9) is known color: Dark Turquoise. HEX triplet: 00, CF and D9. RGB value is (0,207,217). Sum of RGB (Red+Green+Blue) = 0+207+217=424 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #00CFD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFD9 is #FF3026. Grayscale: #929292. Windows color (decimal): -16724007 or 14274304. OLE color: 14274304.
HSL color Cylindrical-coordinate representation of color #00CFD9: hue angle of 182.76º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFD9 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 207 | 217 | - |
| CMYK | 1 | 0.05 | 0 | 0.15 |
| HSL | 182.77º | 1% | 0.43% | - |
| HSV(B) | 182.77º | 1% | 0.85% | - |
| XYZ | 34.84 | 49.64 | 73.39 | - |
| YUV | 146.25 | 167.92 | 23.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 217 | 1 | 0.05 | 0 | 0.15 | 182.77 | 1 | 0.43 |
| Hex | 0 | CF | D9 | 64 | 5 | 0 | F | B7 | 64 | 2B |
| Octal | 0 | 317 | 331 | 144 | 5 | 0 | 17 | 267 | 144 | 53 |
| Binary | 0 | 11001111 | 11011001 | 1100100 | 101 | 0 | 1111 | 10110111 | 1100100 | 101011 |
Color Harmonies of #00CFD9
Complementary color
Monochromatic Colors of #00CFD9
Black with #00CFD9
Text Example
Text Example
White with #00CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFD9; }
p { color: rgb(0,207,217); }
H1.HeaderClassName
{
color: #00CFD9;
}
.AnyTagClassName
{
color: #00CFD9;
}
</style>
background-color css
<style>
a { background-color: #00CFD9; }
a { background-color: rgb(0,207,217); }
div.DivClassName
{
background-color: #00CFD9;
}
.BgClassName
{
background-color: #00CFD9;
}
</style>
border-color css
<style>
span { border-color: #00CFD9; }
span { border-color: rgb(0,207,217); }
td.TdClassName
{
border-color: #00CFD9;
}
.TagClassName
{
border-color: #00CFD9;
}
</style>