Shades of Dark Turquoise #0DCBDF
Tints of Dark Turquoise #0DCBDF
RGB
CMYK
RGB Variations
Color information
#0DCBDF (or 0x0DCBDF) is known color: Dark Turquoise. HEX triplet: 0D, CB and DF. RGB value is (13,203,223). Sum of RGB (Red+Green+Blue) = 13+203+223=439 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.96% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DCBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBDF is #F23420. Grayscale: #949494. Windows color (decimal): -15873057 or 14666509. OLE color: 14666509.
HSL color Cylindrical-coordinate representation of color #0DCBDF: hue angle of 185.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCBDF is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 203 | 223 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.13 |
| HSL | 185.71º | 0.89% | 0.46% | - |
| HSV(B) | 185.71º | 0.94% | 0.87% | - |
| XYZ | 34.84 | 48.13 | 77.26 | - |
| YUV | 148.47 | 170.05 | 31.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 223 | 0.94 | 0.09 | 0 | 0.13 | 185.71 | 0.89 | 0.46 |
| Hex | D | CB | DF | 5E | 9 | 0 | D | BA | 59 | 2E |
| Octal | 15 | 313 | 337 | 136 | 11 | 0 | 15 | 272 | 131 | 56 |
| Binary | 1101 | 11001011 | 11011111 | 1011110 | 1001 | 0 | 1101 | 10111010 | 1011001 | 101110 |
Color Harmonies of #0DCBDF
Complementary color
Monochromatic Colors of #0DCBDF
Black with #0DCBDF
Text Example
Text Example
White with #0DCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBDF; }
p { color: rgb(13,203,223); }
H1.HeaderClassName
{
color: #0DCBDF;
}
.AnyTagClassName
{
color: #0DCBDF;
}
</style>
background-color css
<style>
a { background-color: #0DCBDF; }
a { background-color: rgb(13,203,223); }
div.DivClassName
{
background-color: #0DCBDF;
}
.BgClassName
{
background-color: #0DCBDF;
}
</style>
border-color css
<style>
span { border-color: #0DCBDF; }
span { border-color: rgb(13,203,223); }
td.TdClassName
{
border-color: #0DCBDF;
}
.TagClassName
{
border-color: #0DCBDF;
}
</style>