Shades of Bright Turquoise #0DDFEF
Tints of Bright Turquoise #0DDFEF
RGB
CMYK
RGB Variations
Color information
#0DDFEF (or 0x0DDFEF) is known color: Bright Turquoise. HEX triplet: 0D, DF and EF. RGB value is (13,223,239). Sum of RGB (Red+Green+Blue) = 13+223+239=475 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.74% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #0DDFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDFEF is #F22010. Grayscale: #A1A1A1. Windows color (decimal): -15867921 or 15720205. OLE color: 15720205.
HSL color Cylindrical-coordinate representation of color #0DDFEF: hue angle of 184.25º 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 #0DDFEF is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 223 | 239 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.06 |
| HSL | 184.25º | 0.9% | 0.49% | - |
| HSV(B) | 184.25º | 0.95% | 0.94% | - |
| XYZ | 42.13 | 59.09 | 90.85 | - |
| YUV | 162.03 | 171.43 | 21.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 239 | 0.95 | 0.07 | 0 | 0.06 | 184.25 | 0.9 | 0.49 |
| Hex | D | DF | EF | 5F | 7 | 0 | 6 | B8 | 5A | 31 |
| Octal | 15 | 337 | 357 | 137 | 7 | 0 | 6 | 270 | 132 | 61 |
| Binary | 1101 | 11011111 | 11101111 | 1011111 | 111 | 0 | 110 | 10111000 | 1011010 | 110001 |
Color Harmonies of #0DDFEF
Complementary color
Monochromatic Colors of #0DDFEF
Black with #0DDFEF
Text Example
Text Example
White with #0DDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFEF; }
p { color: rgb(13,223,239); }
H1.HeaderClassName
{
color: #0DDFEF;
}
.AnyTagClassName
{
color: #0DDFEF;
}
</style>
background-color css
<style>
a { background-color: #0DDFEF; }
a { background-color: rgb(13,223,239); }
div.DivClassName
{
background-color: #0DDFEF;
}
.BgClassName
{
background-color: #0DDFEF;
}
</style>
border-color css
<style>
span { border-color: #0DDFEF; }
span { border-color: rgb(13,223,239); }
td.TdClassName
{
border-color: #0DDFEF;
}
.TagClassName
{
border-color: #0DDFEF;
}
</style>