Shades of Bright Turquoise #0DF7E5
Tints of Bright Turquoise #0DF7E5
RGB
CMYK
RGB Variations
Color information
#0DF7E5 (or 0x0DF7E5) is known color: Bright Turquoise. HEX triplet: 0D, F7 and E5. RGB value is (13,247,229). Sum of RGB (Red+Green+Blue) = 13+247+229=489 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.66% from 489); Green value is 247 (96.88% from 255 or 50.51% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 247 - color contains mainly: green. Hex color #0DF7E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF7E5 is #F2081A. Grayscale: #AEAEAE. Windows color (decimal): -15861787 or 15070989. OLE color: 15070989.
HSL color Cylindrical-coordinate representation of color #0DF7E5: hue angle of 175.38º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF7E5 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 247 | 229 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.03 |
| HSL | 175.38º | 0.94% | 0.51% | - |
| HSV(B) | 175.38º | 0.95% | 0.97% | - |
| XYZ | 47.57 | 72.26 | 85.57 | - |
| YUV | 174.98 | 158.48 | 12.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 247 | 229 | 0.95 | 0 | 0.07 | 0.03 | 175.38 | 0.94 | 0.51 |
| Hex | D | F7 | E5 | 5F | 0 | 7 | 3 | AF | 5E | 33 |
| Octal | 15 | 367 | 345 | 137 | 0 | 7 | 3 | 257 | 136 | 63 |
| Binary | 1101 | 11110111 | 11100101 | 1011111 | 0 | 111 | 11 | 10101111 | 1011110 | 110011 |
Color Harmonies of #0DF7E5
Complementary color
Monochromatic Colors of #0DF7E5
Black with #0DF7E5
Text Example
Text Example
White with #0DF7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF7E5; }
p { color: rgb(13,247,229); }
H1.HeaderClassName
{
color: #0DF7E5;
}
.AnyTagClassName
{
color: #0DF7E5;
}
</style>
background-color css
<style>
a { background-color: #0DF7E5; }
a { background-color: rgb(13,247,229); }
div.DivClassName
{
background-color: #0DF7E5;
}
.BgClassName
{
background-color: #0DF7E5;
}
</style>
border-color css
<style>
span { border-color: #0DF7E5; }
span { border-color: rgb(13,247,229); }
td.TdClassName
{
border-color: #0DF7E5;
}
.TagClassName
{
border-color: #0DF7E5;
}
</style>