Shades of Dark Turquoise #00CCD5
Tints of Dark Turquoise #00CCD5
RGB
CMYK
RGB Variations
Color information
#00CCD5 (or 0x00CCD5) is known color: Dark Turquoise. HEX triplet: 00, CC and D5. RGB value is (0,204,213). Sum of RGB (Red+Green+Blue) = 0+204+213=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #00CCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CCD5 is #FF332A. Grayscale: #8F8F8F. Windows color (decimal): -16724779 or 14011392. OLE color: 14011392.
HSL color Cylindrical-coordinate representation of color #00CCD5: hue angle of 182.54º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CCD5 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 204 | 213 | - |
| CMYK | 1 | 0.04 | 0 | 0.16 |
| HSL | 182.54º | 1% | 0.42% | - |
| HSV(B) | 182.54º | 1% | 0.84% | - |
| XYZ | 33.6 | 47.99 | 70.44 | - |
| YUV | 144.03 | 166.91 | 25.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 204 | 213 | 1 | 0.04 | 0 | 0.16 | 182.54 | 1 | 0.42 |
| Hex | 0 | CC | D5 | 64 | 4 | 0 | 10 | B7 | 64 | 2A |
| Octal | 0 | 314 | 325 | 144 | 4 | 0 | 20 | 267 | 144 | 52 |
| Binary | 0 | 11001100 | 11010101 | 1100100 | 100 | 0 | 10000 | 10110111 | 1100100 | 101010 |
Color Harmonies of #00CCD5
Complementary color
Monochromatic Colors of #00CCD5
Black with #00CCD5
Text Example
Text Example
White with #00CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CCD5; }
p { color: rgb(0,204,213); }
H1.HeaderClassName
{
color: #00CCD5;
}
.AnyTagClassName
{
color: #00CCD5;
}
</style>
background-color css
<style>
a { background-color: #00CCD5; }
a { background-color: rgb(0,204,213); }
div.DivClassName
{
background-color: #00CCD5;
}
.BgClassName
{
background-color: #00CCD5;
}
</style>
border-color css
<style>
span { border-color: #00CCD5; }
span { border-color: rgb(0,204,213); }
td.TdClassName
{
border-color: #00CCD5;
}
.TagClassName
{
border-color: #00CCD5;
}
</style>