Shades of Bright Turquoise #0DDBEC
Tints of Bright Turquoise #0DDBEC
RGB
CMYK
RGB Variations
Color information
#0DDBEC (or 0x0DDBEC) is known color: Bright Turquoise. HEX triplet: 0D, DB and EC. RGB value is (13,219,236). Sum of RGB (Red+Green+Blue) = 13+219+236=468 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.78% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #0DDBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDBEC is #F22413. Grayscale: #9F9F9F. Windows color (decimal): -15868948 or 15522573. OLE color: 15522573.
HSL color Cylindrical-coordinate representation of color #0DDBEC: hue angle of 184.57º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDBEC is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 219 | 236 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.07 |
| HSL | 184.57º | 0.9% | 0.49% | - |
| HSV(B) | 184.57º | 0.94% | 0.93% | - |
| XYZ | 40.64 | 56.8 | 88.18 | - |
| YUV | 159.34 | 171.25 | 23.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 236 | 0.94 | 0.07 | 0 | 0.07 | 184.57 | 0.9 | 0.49 |
| Hex | D | DB | EC | 5E | 7 | 0 | 7 | B9 | 5A | 31 |
| Octal | 15 | 333 | 354 | 136 | 7 | 0 | 7 | 271 | 132 | 61 |
| Binary | 1101 | 11011011 | 11101100 | 1011110 | 111 | 0 | 111 | 10111001 | 1011010 | 110001 |
Color Harmonies of #0DDBEC
Complementary color
Monochromatic Colors of #0DDBEC
Black with #0DDBEC
Text Example
Text Example
White with #0DDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDBEC; }
p { color: rgb(13,219,236); }
H1.HeaderClassName
{
color: #0DDBEC;
}
.AnyTagClassName
{
color: #0DDBEC;
}
</style>
background-color css
<style>
a { background-color: #0DDBEC; }
a { background-color: rgb(13,219,236); }
div.DivClassName
{
background-color: #0DDBEC;
}
.BgClassName
{
background-color: #0DDBEC;
}
</style>
border-color css
<style>
span { border-color: #0DDBEC; }
span { border-color: rgb(13,219,236); }
td.TdClassName
{
border-color: #0DDBEC;
}
.TagClassName
{
border-color: #0DDBEC;
}
</style>