Shades of Bright Turquoise #0DF1EF
Tints of Bright Turquoise #0DF1EF
RGB
CMYK
RGB Variations
Color information
#0DF1EF (or 0x0DF1EF) is known color: Bright Turquoise. HEX triplet: 0D, F1 and EF. RGB value is (13,241,239). Sum of RGB (Red+Green+Blue) = 13+241+239=493 (65% of max value = 765). Red value is 13 (5.47% from 255 or 2.64% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF1EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF1EF is #F20E10. Grayscale: #ACACAC. Windows color (decimal): -15863313 or 15724813. OLE color: 15724813.
HSL color Cylindrical-coordinate representation of color #0DF1EF: hue angle of 179.47º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF1EF is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 239 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.05 |
| HSL | 179.47º | 0.9% | 0.5% | - |
| HSV(B) | 179.47º | 0.95% | 0.95% | - |
| XYZ | 47.2 | 69.23 | 92.54 | - |
| YUV | 172.6 | 165.46 | 14.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 239 | 0.95 | 0 | 0.01 | 0.05 | 179.47 | 0.9 | 0.5 |
| Hex | D | F1 | EF | 5F | 0 | 1 | 5 | B3 | 5A | 32 |
| Octal | 15 | 361 | 357 | 137 | 0 | 1 | 5 | 263 | 132 | 62 |
| Binary | 1101 | 11110001 | 11101111 | 1011111 | 0 | 1 | 101 | 10110011 | 1011010 | 110010 |
Color Harmonies of #0DF1EF
Complementary color
Monochromatic Colors of #0DF1EF
Black with #0DF1EF
Text Example
Text Example
White with #0DF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF1EF; }
p { color: rgb(13,241,239); }
H1.HeaderClassName
{
color: #0DF1EF;
}
.AnyTagClassName
{
color: #0DF1EF;
}
</style>
background-color css
<style>
a { background-color: #0DF1EF; }
a { background-color: rgb(13,241,239); }
div.DivClassName
{
background-color: #0DF1EF;
}
.BgClassName
{
background-color: #0DF1EF;
}
</style>
border-color css
<style>
span { border-color: #0DF1EF; }
span { border-color: rgb(13,241,239); }
td.TdClassName
{
border-color: #0DF1EF;
}
.TagClassName
{
border-color: #0DF1EF;
}
</style>