Shades of Bright Turquoise #0DEEEB
Tints of Bright Turquoise #0DEEEB
RGB
CMYK
RGB Variations
Color information
#0DEEEB (or 0x0DEEEB) is known color: Bright Turquoise. HEX triplet: 0D, EE and EB. RGB value is (13,238,235). Sum of RGB (Red+Green+Blue) = 13+238+235=486 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.67% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEEEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEEEB is #F21114. Grayscale: #AAAAAA. Windows color (decimal): -15864085 or 15461901. OLE color: 15461901.
HSL color Cylindrical-coordinate representation of color #0DEEEB: hue angle of 179.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEEEB is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 238 | 235 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.07 |
| HSL | 179.2º | 0.9% | 0.49% | - |
| HSV(B) | 179.2º | 0.95% | 0.93% | - |
| XYZ | 45.74 | 67.23 | 89.16 | - |
| YUV | 170.38 | 164.46 | 15.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 238 | 235 | 0.95 | 0 | 0.01 | 0.07 | 179.2 | 0.9 | 0.49 |
| Hex | D | EE | EB | 5F | 0 | 1 | 7 | B3 | 5A | 31 |
| Octal | 15 | 356 | 353 | 137 | 0 | 1 | 7 | 263 | 132 | 61 |
| Binary | 1101 | 11101110 | 11101011 | 1011111 | 0 | 1 | 111 | 10110011 | 1011010 | 110001 |
Color Harmonies of #0DEEEB
Complementary color
Monochromatic Colors of #0DEEEB
Black with #0DEEEB
Text Example
Text Example
White with #0DEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEEEB; }
p { color: rgb(13,238,235); }
H1.HeaderClassName
{
color: #0DEEEB;
}
.AnyTagClassName
{
color: #0DEEEB;
}
</style>
background-color css
<style>
a { background-color: #0DEEEB; }
a { background-color: rgb(13,238,235); }
div.DivClassName
{
background-color: #0DEEEB;
}
.BgClassName
{
background-color: #0DEEEB;
}
</style>
border-color css
<style>
span { border-color: #0DEEEB; }
span { border-color: rgb(13,238,235); }
td.TdClassName
{
border-color: #0DEEEB;
}
.TagClassName
{
border-color: #0DEEEB;
}
</style>