Shades of Dark Turquoise #00CFCF
Tints of Dark Turquoise #00CFCF
RGB
CMYK
RGB Variations
Color information
#00CFCF (or 0x00CFCF) is known color: Dark Turquoise. HEX triplet: 00, CF and CF. RGB value is (0,207,207). Sum of RGB (Red+Green+Blue) = 0+207+207=414 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #00CFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFCF is #FF3030. Grayscale: #909090. Windows color (decimal): -16724017 or 13618944. OLE color: 13618944.
HSL color Cylindrical-coordinate representation of color #00CFCF: hue angle of 180º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFCF is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 207 | - |
| CMYK | 1 | 0 | 0 | 0.19 |
| HSL | 180º | 1% | 0.41% | - |
| HSV(B) | 180º | 1% | 0.81% | - |
| XYZ | 33.58 | 49.13 | 66.75 | - |
| YUV | 145.11 | 162.92 | 24.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 207 | 1 | 0 | 0 | 0.19 | 180 | 1 | 0.41 |
| Hex | 0 | CF | CF | 64 | 0 | 0 | 13 | B4 | 64 | 29 |
| Octal | 0 | 317 | 317 | 144 | 0 | 0 | 23 | 264 | 144 | 51 |
| Binary | 0 | 11001111 | 11001111 | 1100100 | 0 | 0 | 10011 | 10110100 | 1100100 | 101001 |
Color Harmonies of #00CFCF
Complementary color
Monochromatic Colors of #00CFCF
Black with #00CFCF
Text Example
Text Example
White with #00CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFCF; }
p { color: rgb(0,207,207); }
H1.HeaderClassName
{
color: #00CFCF;
}
.AnyTagClassName
{
color: #00CFCF;
}
</style>
background-color css
<style>
a { background-color: #00CFCF; }
a { background-color: rgb(0,207,207); }
div.DivClassName
{
background-color: #00CFCF;
}
.BgClassName
{
background-color: #00CFCF;
}
</style>
border-color css
<style>
span { border-color: #00CFCF; }
span { border-color: rgb(0,207,207); }
td.TdClassName
{
border-color: #00CFCF;
}
.TagClassName
{
border-color: #00CFCF;
}
</style>