Shades of Bright Turquoise #0DDEEF
Tints of Bright Turquoise #0DDEEF
RGB
CMYK
RGB Variations
Color information
#0DDEEF (or 0x0DDEEF) is known color: Bright Turquoise. HEX triplet: 0D, DE and EF. RGB value is (13,222,239). Sum of RGB (Red+Green+Blue) = 13+222+239=474 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.74% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #0DDEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDEEF is #F22110. Grayscale: #A1A1A1. Windows color (decimal): -15868177 or 15719949. OLE color: 15719949.
HSL color Cylindrical-coordinate representation of color #0DDEEF: hue angle of 184.51º 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 #0DDEEF is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 222 | 239 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.06 |
| HSL | 184.51º | 0.9% | 0.49% | - |
| HSV(B) | 184.51º | 0.95% | 0.94% | - |
| XYZ | 41.87 | 58.56 | 90.76 | - |
| YUV | 161.45 | 171.76 | 22.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 239 | 0.95 | 0.07 | 0 | 0.06 | 184.51 | 0.9 | 0.49 |
| Hex | D | DE | EF | 5F | 7 | 0 | 6 | B9 | 5A | 31 |
| Octal | 15 | 336 | 357 | 137 | 7 | 0 | 6 | 271 | 132 | 61 |
| Binary | 1101 | 11011110 | 11101111 | 1011111 | 111 | 0 | 110 | 10111001 | 1011010 | 110001 |
Color Harmonies of #0DDEEF
Complementary color
Monochromatic Colors of #0DDEEF
Black with #0DDEEF
Text Example
Text Example
White with #0DDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDEEF; }
p { color: rgb(13,222,239); }
H1.HeaderClassName
{
color: #0DDEEF;
}
.AnyTagClassName
{
color: #0DDEEF;
}
</style>
background-color css
<style>
a { background-color: #0DDEEF; }
a { background-color: rgb(13,222,239); }
div.DivClassName
{
background-color: #0DDEEF;
}
.BgClassName
{
background-color: #0DDEEF;
}
</style>
border-color css
<style>
span { border-color: #0DDEEF; }
span { border-color: rgb(13,222,239); }
td.TdClassName
{
border-color: #0DDEEF;
}
.TagClassName
{
border-color: #0DDEEF;
}
</style>