Shades of Bright Turquoise #0DF4E6
Tints of Bright Turquoise #0DF4E6
RGB
CMYK
RGB Variations
Color information
#0DF4E6 (or 0x0DF4E6) is known color: Bright Turquoise. HEX triplet: 0D, F4 and E6. RGB value is (13,244,230). Sum of RGB (Red+Green+Blue) = 13+244+230=487 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.67% from 487); Green value is 244 (95.70% from 255 or 50.10% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 244 - color contains mainly: green. Hex color #0DF4E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF4E6 is #F20B19. Grayscale: #ADADAD. Windows color (decimal): -15862554 or 15135757. OLE color: 15135757.
HSL color Cylindrical-coordinate representation of color #0DF4E6: hue angle of 176.36º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF4E6 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 244 | 230 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.04 |
| HSL | 176.36º | 0.91% | 0.5% | - |
| HSV(B) | 176.36º | 0.95% | 0.96% | - |
| XYZ | 46.8 | 70.5 | 86 | - |
| YUV | 173.34 | 159.97 | 13.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 244 | 230 | 0.95 | 0 | 0.06 | 0.04 | 176.36 | 0.91 | 0.5 |
| Hex | D | F4 | E6 | 5F | 0 | 6 | 4 | B0 | 5B | 32 |
| Octal | 15 | 364 | 346 | 137 | 0 | 6 | 4 | 260 | 133 | 62 |
| Binary | 1101 | 11110100 | 11100110 | 1011111 | 0 | 110 | 100 | 10110000 | 1011011 | 110010 |
Color Harmonies of #0DF4E6
Complementary color
Monochromatic Colors of #0DF4E6
Black with #0DF4E6
Text Example
Text Example
White with #0DF4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF4E6; }
p { color: rgb(13,244,230); }
H1.HeaderClassName
{
color: #0DF4E6;
}
.AnyTagClassName
{
color: #0DF4E6;
}
</style>
background-color css
<style>
a { background-color: #0DF4E6; }
a { background-color: rgb(13,244,230); }
div.DivClassName
{
background-color: #0DF4E6;
}
.BgClassName
{
background-color: #0DF4E6;
}
</style>
border-color css
<style>
span { border-color: #0DF4E6; }
span { border-color: rgb(13,244,230); }
td.TdClassName
{
border-color: #0DF4E6;
}
.TagClassName
{
border-color: #0DF4E6;
}
</style>