Shades of Dark Turquoise #00CCD9
Tints of Dark Turquoise #00CCD9
RGB
CMYK
RGB Variations
Color information
#00CCD9 (or 0x00CCD9) is known color: Dark Turquoise. HEX triplet: 00, CC and D9. RGB value is (0,204,217). Sum of RGB (Red+Green+Blue) = 0+204+217=421 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #00CCD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CCD9 is #FF3326. Grayscale: #909090. Windows color (decimal): -16724775 or 14273536. OLE color: 14273536.
HSL color Cylindrical-coordinate representation of color #00CCD9: hue angle of 183.59º 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 #00CCD9 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 204 | 217 | - |
| CMYK | 1 | 0.06 | 0 | 0.15 |
| HSL | 183.59º | 1% | 0.43% | - |
| HSV(B) | 183.59º | 1% | 0.85% | - |
| XYZ | 34.12 | 48.2 | 73.15 | - |
| YUV | 144.49 | 168.91 | 24.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 204 | 217 | 1 | 0.06 | 0 | 0.15 | 183.59 | 1 | 0.43 |
| Hex | 0 | CC | D9 | 64 | 6 | 0 | F | B8 | 64 | 2B |
| Octal | 0 | 314 | 331 | 144 | 6 | 0 | 17 | 270 | 144 | 53 |
| Binary | 0 | 11001100 | 11011001 | 1100100 | 110 | 0 | 1111 | 10111000 | 1100100 | 101011 |
Color Harmonies of #00CCD9
Complementary color
Monochromatic Colors of #00CCD9
Black with #00CCD9
Text Example
Text Example
White with #00CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CCD9; }
p { color: rgb(0,204,217); }
H1.HeaderClassName
{
color: #00CCD9;
}
.AnyTagClassName
{
color: #00CCD9;
}
</style>
background-color css
<style>
a { background-color: #00CCD9; }
a { background-color: rgb(0,204,217); }
div.DivClassName
{
background-color: #00CCD9;
}
.BgClassName
{
background-color: #00CCD9;
}
</style>
border-color css
<style>
span { border-color: #00CCD9; }
span { border-color: rgb(0,204,217); }
td.TdClassName
{
border-color: #00CCD9;
}
.TagClassName
{
border-color: #00CCD9;
}
</style>