Shades of Bright Turquoise #0DDFEC
Tints of Bright Turquoise #0DDFEC
RGB
CMYK
RGB Variations
Color information
#0DDFEC (or 0x0DDFEC) is known color: Bright Turquoise. HEX triplet: 0D, DF and EC. RGB value is (13,223,236). Sum of RGB (Red+Green+Blue) = 13+223+236=472 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.75% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #0DDFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDFEC is #F22013. Grayscale: #A1A1A1. Windows color (decimal): -15867924 or 15523597. OLE color: 15523597.
HSL color Cylindrical-coordinate representation of color #0DDFEC: hue angle of 183.5º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDFEC is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 223 | 236 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.07 |
| HSL | 183.5º | 0.9% | 0.49% | - |
| HSV(B) | 183.5º | 0.94% | 0.93% | - |
| XYZ | 41.69 | 58.92 | 88.53 | - |
| YUV | 161.69 | 169.93 | 21.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 236 | 0.94 | 0.06 | 0 | 0.07 | 183.5 | 0.9 | 0.49 |
| Hex | D | DF | EC | 5E | 6 | 0 | 7 | B7 | 5A | 31 |
| Octal | 15 | 337 | 354 | 136 | 6 | 0 | 7 | 267 | 132 | 61 |
| Binary | 1101 | 11011111 | 11101100 | 1011110 | 110 | 0 | 111 | 10110111 | 1011010 | 110001 |
Color Harmonies of #0DDFEC
Complementary color
Monochromatic Colors of #0DDFEC
Black with #0DDFEC
Text Example
Text Example
White with #0DDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFEC; }
p { color: rgb(13,223,236); }
H1.HeaderClassName
{
color: #0DDFEC;
}
.AnyTagClassName
{
color: #0DDFEC;
}
</style>
background-color css
<style>
a { background-color: #0DDFEC; }
a { background-color: rgb(13,223,236); }
div.DivClassName
{
background-color: #0DDFEC;
}
.BgClassName
{
background-color: #0DDFEC;
}
</style>
border-color css
<style>
span { border-color: #0DDFEC; }
span { border-color: rgb(13,223,236); }
td.TdClassName
{
border-color: #0DDFEC;
}
.TagClassName
{
border-color: #0DDFEC;
}
</style>