Shades of Dark Turquoise #00CDDF
Tints of Dark Turquoise #00CDDF
RGB
CMYK
RGB Variations
Color information
#00CDDF (or 0x00CDDF) is known color: Dark Turquoise. HEX triplet: 00, CD and DF. RGB value is (0,205,223). Sum of RGB (Red+Green+Blue) = 0+205+223=428 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #00CDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDDF is #FF3220. Grayscale: #919191. Windows color (decimal): -16724513 or 14667008. OLE color: 14667008.
HSL color Cylindrical-coordinate representation of color #00CDDF: hue angle of 184.84º 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 #00CDDF is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 205 | 223 | - |
| CMYK | 1 | 0.08 | 0 | 0.13 |
| HSL | 184.84º | 1% | 0.44% | - |
| HSV(B) | 184.84º | 1% | 0.87% | - |
| XYZ | 35.15 | 48.99 | 77.42 | - |
| YUV | 145.76 | 171.58 | 24.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 205 | 223 | 1 | 0.08 | 0 | 0.13 | 184.84 | 1 | 0.44 |
| Hex | 0 | CD | DF | 64 | 8 | 0 | D | B9 | 64 | 2C |
| Octal | 0 | 315 | 337 | 144 | 10 | 0 | 15 | 271 | 144 | 54 |
| Binary | 0 | 11001101 | 11011111 | 1100100 | 1000 | 0 | 1101 | 10111001 | 1100100 | 101100 |
Color Harmonies of #00CDDF
Complementary color
Monochromatic Colors of #00CDDF
Black with #00CDDF
Text Example
Text Example
White with #00CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CDDF; }
p { color: rgb(0,205,223); }
H1.HeaderClassName
{
color: #00CDDF;
}
.AnyTagClassName
{
color: #00CDDF;
}
</style>
background-color css
<style>
a { background-color: #00CDDF; }
a { background-color: rgb(0,205,223); }
div.DivClassName
{
background-color: #00CDDF;
}
.BgClassName
{
background-color: #00CDDF;
}
</style>
border-color css
<style>
span { border-color: #00CDDF; }
span { border-color: rgb(0,205,223); }
td.TdClassName
{
border-color: #00CDDF;
}
.TagClassName
{
border-color: #00CDDF;
}
</style>