Shades of Dark Turquoise #0DCBD3
Tints of Dark Turquoise #0DCBD3
RGB
CMYK
RGB Variations
Color information
#0DCBD3 (or 0x0DCBD3) is known color: Dark Turquoise. HEX triplet: 0D, CB and D3. RGB value is (13,203,211). Sum of RGB (Red+Green+Blue) = 13+203+211=427 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.04% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 211 (82.81% from 255 or 49.41% from 427); Max value from RGB is 211 - color contains mainly: blue. Hex color #0DCBD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBD3 is #F2342C. Grayscale: #929292. Windows color (decimal): -15873069 or 13880077. OLE color: 13880077.
HSL color Cylindrical-coordinate representation of color #0DCBD3: hue angle of 182.42º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCBD3 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 13 | 203 | 211 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.17 |
| HSL | 182.42º | 0.88% | 0.44% | - |
| HSV(B) | 182.42º | 0.94% | 0.83% | - |
| XYZ | 33.28 | 47.5 | 69.04 | - |
| YUV | 147.1 | 164.05 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 211 | 0.94 | 0.04 | 0 | 0.17 | 182.42 | 0.88 | 0.44 |
| Hex | D | CB | D3 | 5E | 4 | 0 | 11 | B6 | 58 | 2C |
| Octal | 15 | 313 | 323 | 136 | 4 | 0 | 21 | 266 | 130 | 54 |
| Binary | 1101 | 11001011 | 11010011 | 1011110 | 100 | 0 | 10001 | 10110110 | 1011000 | 101100 |
Color Harmonies of #0DCBD3
Complementary color
Monochromatic Colors of #0DCBD3
Black with #0DCBD3
Text Example
Text Example
White with #0DCBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBD3; }
p { color: rgb(13,203,211); }
H1.HeaderClassName
{
color: #0DCBD3;
}
.AnyTagClassName
{
color: #0DCBD3;
}
</style>
background-color css
<style>
a { background-color: #0DCBD3; }
a { background-color: rgb(13,203,211); }
div.DivClassName
{
background-color: #0DCBD3;
}
.BgClassName
{
background-color: #0DCBD3;
}
</style>
border-color css
<style>
span { border-color: #0DCBD3; }
span { border-color: rgb(13,203,211); }
td.TdClassName
{
border-color: #0DCBD3;
}
.TagClassName
{
border-color: #0DCBD3;
}
</style>