Shades of Dark Turquoise #00CBDF
Tints of Dark Turquoise #00CBDF
RGB
CMYK
RGB Variations
Color information
#00CBDF (or 0x00CBDF) is known color: Dark Turquoise. HEX triplet: 00, CB and DF. RGB value is (0,203,223). Sum of RGB (Red+Green+Blue) = 0+203+223=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #00CBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBDF is #FF3420. Grayscale: #909090. Windows color (decimal): -16725025 or 14666496. OLE color: 14666496.
HSL color Cylindrical-coordinate representation of color #00CBDF: hue angle of 185.38º 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 #00CBDF is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 203 | 223 | - |
| CMYK | 1 | 0.09 | 0 | 0.13 |
| HSL | 185.38º | 1% | 0.44% | - |
| HSV(B) | 185.38º | 1% | 0.87% | - |
| XYZ | 34.68 | 48.04 | 77.26 | - |
| YUV | 144.58 | 172.25 | 24.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 223 | 1 | 0.09 | 0 | 0.13 | 185.38 | 1 | 0.44 |
| Hex | 0 | CB | DF | 64 | 9 | 0 | D | B9 | 64 | 2C |
| Octal | 0 | 313 | 337 | 144 | 11 | 0 | 15 | 271 | 144 | 54 |
| Binary | 0 | 11001011 | 11011111 | 1100100 | 1001 | 0 | 1101 | 10111001 | 1100100 | 101100 |
Color Harmonies of #00CBDF
Complementary color
Monochromatic Colors of #00CBDF
Black with #00CBDF
Text Example
Text Example
White with #00CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBDF; }
p { color: rgb(0,203,223); }
H1.HeaderClassName
{
color: #00CBDF;
}
.AnyTagClassName
{
color: #00CBDF;
}
</style>
background-color css
<style>
a { background-color: #00CBDF; }
a { background-color: rgb(0,203,223); }
div.DivClassName
{
background-color: #00CBDF;
}
.BgClassName
{
background-color: #00CBDF;
}
</style>
border-color css
<style>
span { border-color: #00CBDF; }
span { border-color: rgb(0,203,223); }
td.TdClassName
{
border-color: #00CBDF;
}
.TagClassName
{
border-color: #00CBDF;
}
</style>