Shades of Dark Turquoise #0DBEE1
Tints of Dark Turquoise #0DBEE1
RGB
CMYK
RGB Variations
Color information
#0DBEE1 (or 0x0DBEE1) is known color: Dark Turquoise. HEX triplet: 0D, BE and E1. RGB value is (13,190,225). Sum of RGB (Red+Green+Blue) = 13+190+225=428 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.04% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 225 (88.28% from 255 or 52.57% from 428); Max value from RGB is 225 - color contains mainly: blue. Hex color #0DBEE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBEE1 is #F2411E. Grayscale: #8C8C8C. Windows color (decimal): -15876383 or 14794253. OLE color: 14794253.
HSL color Cylindrical-coordinate representation of color #0DBEE1: hue angle of 189.91º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBEE1 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 190 | 225 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.12 |
| HSL | 189.91º | 0.89% | 0.47% | - |
| HSV(B) | 189.91º | 0.94% | 0.88% | - |
| XYZ | 32.17 | 42.35 | 77.71 | - |
| YUV | 141.07 | 175.36 | 36.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 225 | 0.94 | 0.16 | 0 | 0.12 | 189.91 | 0.89 | 0.47 |
| Hex | D | BE | E1 | 5E | 10 | 0 | C | BE | 59 | 2F |
| Octal | 15 | 276 | 341 | 136 | 20 | 0 | 14 | 276 | 131 | 57 |
| Binary | 1101 | 10111110 | 11100001 | 1011110 | 10000 | 0 | 1100 | 10111110 | 1011001 | 101111 |
Color Harmonies of #0DBEE1
Complementary color
Monochromatic Colors of #0DBEE1
Black with #0DBEE1
Text Example
Text Example
White with #0DBEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEE1; }
p { color: rgb(13,190,225); }
H1.HeaderClassName
{
color: #0DBEE1;
}
.AnyTagClassName
{
color: #0DBEE1;
}
</style>
background-color css
<style>
a { background-color: #0DBEE1; }
a { background-color: rgb(13,190,225); }
div.DivClassName
{
background-color: #0DBEE1;
}
.BgClassName
{
background-color: #0DBEE1;
}
</style>
border-color css
<style>
span { border-color: #0DBEE1; }
span { border-color: rgb(13,190,225); }
td.TdClassName
{
border-color: #0DBEE1;
}
.TagClassName
{
border-color: #0DBEE1;
}
</style>