Shades of Bright Turquoise #0DEBE0
Tints of Bright Turquoise #0DEBE0
RGB
CMYK
RGB Variations
Color information
#0DEBE0 (or 0x0DEBE0) is known color: Bright Turquoise. HEX triplet: 0D, EB and E0. RGB value is (13,235,224). Sum of RGB (Red+Green+Blue) = 13+235+224=472 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.75% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #0DEBE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEBE0 is #F2141F. Grayscale: #A7A7A7. Windows color (decimal): -15864864 or 14740237. OLE color: 14740237.
HSL color Cylindrical-coordinate representation of color #0DEBE0: hue angle of 177.03º 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 #0DEBE0 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 235 | 224 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.08 |
| HSL | 177.03º | 0.9% | 0.49% | - |
| HSV(B) | 177.03º | 0.94% | 0.92% | - |
| XYZ | 43.33 | 64.88 | 80.76 | - |
| YUV | 167.37 | 159.95 | 17.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 235 | 224 | 0.94 | 0 | 0.05 | 0.08 | 177.03 | 0.9 | 0.49 |
| Hex | D | EB | E0 | 5E | 0 | 5 | 8 | B1 | 5A | 31 |
| Octal | 15 | 353 | 340 | 136 | 0 | 5 | 10 | 261 | 132 | 61 |
| Binary | 1101 | 11101011 | 11100000 | 1011110 | 0 | 101 | 1000 | 10110001 | 1011010 | 110001 |
Color Harmonies of #0DEBE0
Complementary color
Monochromatic Colors of #0DEBE0
Black with #0DEBE0
Text Example
Text Example
White with #0DEBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEBE0; }
p { color: rgb(13,235,224); }
H1.HeaderClassName
{
color: #0DEBE0;
}
.AnyTagClassName
{
color: #0DEBE0;
}
</style>
background-color css
<style>
a { background-color: #0DEBE0; }
a { background-color: rgb(13,235,224); }
div.DivClassName
{
background-color: #0DEBE0;
}
.BgClassName
{
background-color: #0DEBE0;
}
</style>
border-color css
<style>
span { border-color: #0DEBE0; }
span { border-color: rgb(13,235,224); }
td.TdClassName
{
border-color: #0DEBE0;
}
.TagClassName
{
border-color: #0DEBE0;
}
</style>