Shades of Bright Turquoise #0DEDEF
Tints of Bright Turquoise #0DEDEF
RGB
CMYK
RGB Variations
Color information
#0DEDEF (or 0x0DEDEF) is known color: Bright Turquoise. HEX triplet: 0D, ED and EF. RGB value is (13,237,239). Sum of RGB (Red+Green+Blue) = 13+237+239=489 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.66% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #0DEDEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEDEF is #F21210. Grayscale: #AAAAAA. Windows color (decimal): -15864337 or 15723789. OLE color: 15723789.
HSL color Cylindrical-coordinate representation of color #0DEDEF: hue angle of 180.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEDEF is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 237 | 239 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.06 |
| HSL | 180.53º | 0.9% | 0.49% | - |
| HSV(B) | 180.53º | 0.95% | 0.94% | - |
| XYZ | 46.03 | 66.89 | 92.15 | - |
| YUV | 170.25 | 166.79 | 15.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 237 | 239 | 0.95 | 0.01 | 0 | 0.06 | 180.53 | 0.9 | 0.49 |
| Hex | D | ED | EF | 5F | 1 | 0 | 6 | B5 | 5A | 31 |
| Octal | 15 | 355 | 357 | 137 | 1 | 0 | 6 | 265 | 132 | 61 |
| Binary | 1101 | 11101101 | 11101111 | 1011111 | 1 | 0 | 110 | 10110101 | 1011010 | 110001 |
Color Harmonies of #0DEDEF
Complementary color
Monochromatic Colors of #0DEDEF
Black with #0DEDEF
Text Example
Text Example
White with #0DEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEDEF; }
p { color: rgb(13,237,239); }
H1.HeaderClassName
{
color: #0DEDEF;
}
.AnyTagClassName
{
color: #0DEDEF;
}
</style>
background-color css
<style>
a { background-color: #0DEDEF; }
a { background-color: rgb(13,237,239); }
div.DivClassName
{
background-color: #0DEDEF;
}
.BgClassName
{
background-color: #0DEDEF;
}
</style>
border-color css
<style>
span { border-color: #0DEDEF; }
span { border-color: rgb(13,237,239); }
td.TdClassName
{
border-color: #0DEDEF;
}
.TagClassName
{
border-color: #0DEDEF;
}
</style>