Shades of Bright Turquoise #0DDEEB
Tints of Bright Turquoise #0DDEEB
RGB
CMYK
RGB Variations
Color information
#0DDEEB (or 0x0DDEEB) is known color: Bright Turquoise. HEX triplet: 0D, DE and EB. RGB value is (13,222,235). Sum of RGB (Red+Green+Blue) = 13+222+235=470 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.77% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DDEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDEEB is #F22114. Grayscale: #A0A0A0. Windows color (decimal): -15868181 or 15457805. OLE color: 15457805.
HSL color Cylindrical-coordinate representation of color #0DDEEB: hue angle of 183.51º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDEEB is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 222 | 235 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.08 |
| HSL | 183.51º | 0.9% | 0.49% | - |
| HSV(B) | 183.51º | 0.94% | 0.92% | - |
| XYZ | 41.28 | 58.33 | 87.68 | - |
| YUV | 160.99 | 169.76 | 22.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 235 | 0.94 | 0.06 | 0 | 0.08 | 183.51 | 0.9 | 0.49 |
| Hex | D | DE | EB | 5E | 6 | 0 | 8 | B8 | 5A | 31 |
| Octal | 15 | 336 | 353 | 136 | 6 | 0 | 10 | 270 | 132 | 61 |
| Binary | 1101 | 11011110 | 11101011 | 1011110 | 110 | 0 | 1000 | 10111000 | 1011010 | 110001 |
Color Harmonies of #0DDEEB
Complementary color
Monochromatic Colors of #0DDEEB
Black with #0DDEEB
Text Example
Text Example
White with #0DDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDEEB; }
p { color: rgb(13,222,235); }
H1.HeaderClassName
{
color: #0DDEEB;
}
.AnyTagClassName
{
color: #0DDEEB;
}
</style>
background-color css
<style>
a { background-color: #0DDEEB; }
a { background-color: rgb(13,222,235); }
div.DivClassName
{
background-color: #0DDEEB;
}
.BgClassName
{
background-color: #0DDEEB;
}
</style>
border-color css
<style>
span { border-color: #0DDEEB; }
span { border-color: rgb(13,222,235); }
td.TdClassName
{
border-color: #0DDEEB;
}
.TagClassName
{
border-color: #0DDEEB;
}
</style>