Shades of Bright Turquoise #0FF0DE
Tints of Bright Turquoise #0FF0DE
RGB
CMYK
RGB Variations
Color information
#0FF0DE (or 0x0FF0DE) is known color: Bright Turquoise. HEX triplet: 0F, F0 and DE. RGB value is (15,240,222). Sum of RGB (Red+Green+Blue) = 15+240+222=477 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF0DE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF0DE is #F00F21. Grayscale: #AAAAAA. Windows color (decimal): -15732514 or 14610447. OLE color: 14610447.
HSL color Cylindrical-coordinate representation of color #0FF0DE: hue angle of 175.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF0DE is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 222 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.06 |
| HSL | 175.2º | 0.88% | 0.5% | - |
| HSV(B) | 175.2º | 0.94% | 0.94% | - |
| XYZ | 44.54 | 67.7 | 79.83 | - |
| YUV | 170.67 | 156.96 | 16.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 222 | 0.94 | 0 | 0.08 | 0.06 | 175.2 | 0.88 | 0.5 |
| Hex | F | F0 | DE | 5E | 0 | 8 | 6 | AF | 58 | 32 |
| Octal | 17 | 360 | 336 | 136 | 0 | 10 | 6 | 257 | 130 | 62 |
| Binary | 1111 | 11110000 | 11011110 | 1011110 | 0 | 1000 | 110 | 10101111 | 1011000 | 110010 |
Color Harmonies of #0FF0DE
Complementary color
Monochromatic Colors of #0FF0DE
Black with #0FF0DE
Text Example
Text Example
White with #0FF0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF0DE; }
p { color: rgb(15,240,222); }
H1.HeaderClassName
{
color: #0FF0DE;
}
.AnyTagClassName
{
color: #0FF0DE;
}
</style>
background-color css
<style>
a { background-color: #0FF0DE; }
a { background-color: rgb(15,240,222); }
div.DivClassName
{
background-color: #0FF0DE;
}
.BgClassName
{
background-color: #0FF0DE;
}
</style>
border-color css
<style>
span { border-color: #0FF0DE; }
span { border-color: rgb(15,240,222); }
td.TdClassName
{
border-color: #0FF0DE;
}
.TagClassName
{
border-color: #0FF0DE;
}
</style>