Shades of Bright Turquoise #0DF0CE
Tints of Bright Turquoise #0DF0CE
RGB
CMYK
RGB Variations
Color information
#0DF0CE (or 0x0DF0CE) is known color: Bright Turquoise. HEX triplet: 0D, F0 and CE. RGB value is (13,240,206). Sum of RGB (Red+Green+Blue) = 13+240+206=459 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.83% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF0CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF0CE is #F20F31. Grayscale: #A8A8A8. Windows color (decimal): -15863602 or 13561869. OLE color: 13561869.
HSL color Cylindrical-coordinate representation of color #0DF0CE: hue angle of 171.01º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF0CE is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 240 | 206 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.06 |
| HSL | 171.01º | 0.9% | 0.5% | - |
| HSV(B) | 171.01º | 0.95% | 0.94% | - |
| XYZ | 42.47 | 66.86 | 69.06 | - |
| YUV | 168.25 | 149.29 | 17.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 206 | 0.95 | 0 | 0.14 | 0.06 | 171.01 | 0.9 | 0.5 |
| Hex | D | F0 | CE | 5F | 0 | E | 6 | AB | 5A | 32 |
| Octal | 15 | 360 | 316 | 137 | 0 | 16 | 6 | 253 | 132 | 62 |
| Binary | 1101 | 11110000 | 11001110 | 1011111 | 0 | 1110 | 110 | 10101011 | 1011010 | 110010 |
Color Harmonies of #0DF0CE
Complementary color
Monochromatic Colors of #0DF0CE
Black with #0DF0CE
Text Example
Text Example
White with #0DF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF0CE; }
p { color: rgb(13,240,206); }
H1.HeaderClassName
{
color: #0DF0CE;
}
.AnyTagClassName
{
color: #0DF0CE;
}
</style>
background-color css
<style>
a { background-color: #0DF0CE; }
a { background-color: rgb(13,240,206); }
div.DivClassName
{
background-color: #0DF0CE;
}
.BgClassName
{
background-color: #0DF0CE;
}
</style>
border-color css
<style>
span { border-color: #0DF0CE; }
span { border-color: rgb(13,240,206); }
td.TdClassName
{
border-color: #0DF0CE;
}
.TagClassName
{
border-color: #0DF0CE;
}
</style>