Shades of Dark Turquoise #00CBD3
Tints of Dark Turquoise #00CBD3
RGB
CMYK
RGB Variations
Color information
#00CBD3 (or 0x00CBD3) is known color: Dark Turquoise. HEX triplet: 00, CB and D3. RGB value is (0,203,211). Sum of RGB (Red+Green+Blue) = 0+203+211=414 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 211 (82.81% from 255 or 50.97% from 414); Max value from RGB is 211 - color contains mainly: blue. Hex color #00CBD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBD3 is #FF342C. Grayscale: #8E8E8E. Windows color (decimal): -16725037 or 13880064. OLE color: 13880064.
HSL color Cylindrical-coordinate representation of color #00CBD3: hue angle of 182.27º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CBD3 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 203 | 211 | - |
| CMYK | 1 | 0.04 | 0 | 0.17 |
| HSL | 182.27º | 1% | 0.41% | - |
| HSV(B) | 182.27º | 1% | 0.83% | - |
| XYZ | 33.11 | 47.42 | 69.03 | - |
| YUV | 143.22 | 166.25 | 25.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 211 | 1 | 0.04 | 0 | 0.17 | 182.27 | 1 | 0.41 |
| Hex | 0 | CB | D3 | 64 | 4 | 0 | 11 | B6 | 64 | 29 |
| Octal | 0 | 313 | 323 | 144 | 4 | 0 | 21 | 266 | 144 | 51 |
| Binary | 0 | 11001011 | 11010011 | 1100100 | 100 | 0 | 10001 | 10110110 | 1100100 | 101001 |
Color Harmonies of #00CBD3
Complementary color
Monochromatic Colors of #00CBD3
Black with #00CBD3
Text Example
Text Example
White with #00CBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBD3; }
p { color: rgb(0,203,211); }
H1.HeaderClassName
{
color: #00CBD3;
}
.AnyTagClassName
{
color: #00CBD3;
}
</style>
background-color css
<style>
a { background-color: #00CBD3; }
a { background-color: rgb(0,203,211); }
div.DivClassName
{
background-color: #00CBD3;
}
.BgClassName
{
background-color: #00CBD3;
}
</style>
border-color css
<style>
span { border-color: #00CBD3; }
span { border-color: rgb(0,203,211); }
td.TdClassName
{
border-color: #00CBD3;
}
.TagClassName
{
border-color: #00CBD3;
}
</style>