Shades of Bright Turquoise #0FE1D7
Tints of Bright Turquoise #0FE1D7
RGB
CMYK
RGB Variations
Color information
#0FE1D7 (or 0x0FE1D7) is known color: Bright Turquoise. HEX triplet: 0F, E1 and D7. RGB value is (15,225,215). Sum of RGB (Red+Green+Blue) = 15+225+215=455 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE1D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE1D7 is #F01E28. Grayscale: #A0A0A0. Windows color (decimal): -15736361 or 14147855. OLE color: 14147855.
HSL color Cylindrical-coordinate representation of color #0FE1D7: hue angle of 177.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE1D7 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 215 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.12 |
| HSL | 177.14º | 0.88% | 0.47% | - |
| HSV(B) | 177.14º | 0.93% | 0.88% | - |
| XYZ | 39.39 | 58.86 | 73.57 | - |
| YUV | 161.07 | 158.43 | 23.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 215 | 0.93 | 0 | 0.04 | 0.12 | 177.14 | 0.88 | 0.47 |
| Hex | F | E1 | D7 | 5D | 0 | 4 | C | B1 | 58 | 2F |
| Octal | 17 | 341 | 327 | 135 | 0 | 4 | 14 | 261 | 130 | 57 |
| Binary | 1111 | 11100001 | 11010111 | 1011101 | 0 | 100 | 1100 | 10110001 | 1011000 | 101111 |
Color Harmonies of #0FE1D7
Complementary color
Monochromatic Colors of #0FE1D7
Black with #0FE1D7
Text Example
Text Example
White with #0FE1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE1D7; }
p { color: rgb(15,225,215); }
H1.HeaderClassName
{
color: #0FE1D7;
}
.AnyTagClassName
{
color: #0FE1D7;
}
</style>
background-color css
<style>
a { background-color: #0FE1D7; }
a { background-color: rgb(15,225,215); }
div.DivClassName
{
background-color: #0FE1D7;
}
.BgClassName
{
background-color: #0FE1D7;
}
</style>
border-color css
<style>
span { border-color: #0FE1D7; }
span { border-color: rgb(15,225,215); }
td.TdClassName
{
border-color: #0FE1D7;
}
.TagClassName
{
border-color: #0FE1D7;
}
</style>