Shades of Dark Turquoise #00CCDF
Tints of Dark Turquoise #00CCDF
RGB
CMYK
RGB Variations
Color information
#00CCDF (or 0x00CCDF) is known color: Dark Turquoise. HEX triplet: 00, CC and DF. RGB value is (0,204,223). Sum of RGB (Red+Green+Blue) = 0+204+223=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #00CCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CCDF is #FF3320. Grayscale: #909090. Windows color (decimal): -16724769 or 14666752. OLE color: 14666752.
HSL color Cylindrical-coordinate representation of color #00CCDF: hue angle of 185.11º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CCDF is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 204 | 223 | - |
| CMYK | 1 | 0.09 | 0 | 0.13 |
| HSL | 185.11º | 1% | 0.44% | - |
| HSV(B) | 185.11º | 1% | 0.87% | - |
| XYZ | 34.91 | 48.51 | 77.34 | - |
| YUV | 145.17 | 171.91 | 24.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 204 | 223 | 1 | 0.09 | 0 | 0.13 | 185.11 | 1 | 0.44 |
| Hex | 0 | CC | DF | 64 | 9 | 0 | D | B9 | 64 | 2C |
| Octal | 0 | 314 | 337 | 144 | 11 | 0 | 15 | 271 | 144 | 54 |
| Binary | 0 | 11001100 | 11011111 | 1100100 | 1001 | 0 | 1101 | 10111001 | 1100100 | 101100 |
Color Harmonies of #00CCDF
Complementary color
Monochromatic Colors of #00CCDF
Black with #00CCDF
Text Example
Text Example
White with #00CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CCDF; }
p { color: rgb(0,204,223); }
H1.HeaderClassName
{
color: #00CCDF;
}
.AnyTagClassName
{
color: #00CCDF;
}
</style>
background-color css
<style>
a { background-color: #00CCDF; }
a { background-color: rgb(0,204,223); }
div.DivClassName
{
background-color: #00CCDF;
}
.BgClassName
{
background-color: #00CCDF;
}
</style>
border-color css
<style>
span { border-color: #00CCDF; }
span { border-color: rgb(0,204,223); }
td.TdClassName
{
border-color: #00CCDF;
}
.TagClassName
{
border-color: #00CCDF;
}
</style>