Shades of Bright Turquoise #0DF0BE
Tints of Bright Turquoise #0DF0BE
RGB
CMYK
RGB Variations
Color information
#0DF0BE (or 0x0DF0BE) is known color: Bright Turquoise. HEX triplet: 0D, F0 and BE. RGB value is (13,240,190). Sum of RGB (Red+Green+Blue) = 13+240+190=443 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF0BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF0BE is #F20F41. Grayscale: #A6A6A6. Windows color (decimal): -15863618 or 12513293. OLE color: 12513293.
HSL color Cylindrical-coordinate representation of color #0DF0BE: hue angle of 166.78º 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 #0DF0BE is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 240 | 190 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.06 |
| HSL | 166.78º | 0.9% | 0.5% | - |
| HSV(B) | 166.78º | 0.95% | 0.94% | - |
| XYZ | 40.62 | 66.12 | 59.34 | - |
| YUV | 166.43 | 141.29 | 18.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 190 | 0.95 | 0 | 0.21 | 0.06 | 166.78 | 0.9 | 0.5 |
| Hex | D | F0 | BE | 5F | 0 | 15 | 6 | A7 | 5A | 32 |
| Octal | 15 | 360 | 276 | 137 | 0 | 25 | 6 | 247 | 132 | 62 |
| Binary | 1101 | 11110000 | 10111110 | 1011111 | 0 | 10101 | 110 | 10100111 | 1011010 | 110010 |
Color Harmonies of #0DF0BE
Complementary color
Monochromatic Colors of #0DF0BE
Black with #0DF0BE
Text Example
Text Example
White with #0DF0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF0BE; }
p { color: rgb(13,240,190); }
H1.HeaderClassName
{
color: #0DF0BE;
}
.AnyTagClassName
{
color: #0DF0BE;
}
</style>
background-color css
<style>
a { background-color: #0DF0BE; }
a { background-color: rgb(13,240,190); }
div.DivClassName
{
background-color: #0DF0BE;
}
.BgClassName
{
background-color: #0DF0BE;
}
</style>
border-color css
<style>
span { border-color: #0DF0BE; }
span { border-color: rgb(13,240,190); }
td.TdClassName
{
border-color: #0DF0BE;
}
.TagClassName
{
border-color: #0DF0BE;
}
</style>