Shades of Dark Turquoise #00CFD0
Tints of Dark Turquoise #00CFD0
RGB
CMYK
RGB Variations
Color information
#00CFD0 (or 0x00CFD0) is known color: Dark Turquoise. HEX triplet: 00, CF and D0. RGB value is (0,207,208). Sum of RGB (Red+Green+Blue) = 0+207+208=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #00CFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFD0 is #FF302F. Grayscale: #919191. Windows color (decimal): -16724016 or 13684480. OLE color: 13684480.
HSL color Cylindrical-coordinate representation of color #00CFD0: hue angle of 180.29º 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 #00CFD0 is Cyan = 1, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 207 | 208 | - |
| CMYK | 1 | 0.00 | 0 | 0.18 |
| HSL | 180.29º | 1% | 0.41% | - |
| HSV(B) | 180.29º | 1% | 0.82% | - |
| XYZ | 33.7 | 49.18 | 67.39 | - |
| YUV | 145.22 | 163.42 | 24.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 208 | 1 | 0.00 | 0 | 0.18 | 180.29 | 1 | 0.41 |
| Hex | 0 | CF | D0 | 64 | 0 | 0 | 12 | B4 | 64 | 29 |
| Octal | 0 | 317 | 320 | 144 | 0 | 0 | 22 | 264 | 144 | 51 |
| Binary | 0 | 11001111 | 11010000 | 1100100 | 0 | 0 | 10010 | 10110100 | 1100100 | 101001 |
Color Harmonies of #00CFD0
Complementary color
Monochromatic Colors of #00CFD0
Black with #00CFD0
Text Example
Text Example
White with #00CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFD0; }
p { color: rgb(0,207,208); }
H1.HeaderClassName
{
color: #00CFD0;
}
.AnyTagClassName
{
color: #00CFD0;
}
</style>
background-color css
<style>
a { background-color: #00CFD0; }
a { background-color: rgb(0,207,208); }
div.DivClassName
{
background-color: #00CFD0;
}
.BgClassName
{
background-color: #00CFD0;
}
</style>
border-color css
<style>
span { border-color: #00CFD0; }
span { border-color: rgb(0,207,208); }
td.TdClassName
{
border-color: #00CFD0;
}
.TagClassName
{
border-color: #00CFD0;
}
</style>