Shades of Bright Turquoise #0FEBDE
Tints of Bright Turquoise #0FEBDE
RGB
CMYK
RGB Variations
Color information
#0FEBDE (or 0x0FEBDE) is known color: Bright Turquoise. HEX triplet: 0F, EB and DE. RGB value is (15,235,222). Sum of RGB (Red+Green+Blue) = 15+235+222=472 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEBDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEBDE is #F01421. Grayscale: #A7A7A7. Windows color (decimal): -15733794 or 14609167. OLE color: 14609167.
HSL color Cylindrical-coordinate representation of color #0FEBDE: hue angle of 176.45º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEBDE is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 235 | 222 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.08 |
| HSL | 176.45º | 0.88% | 0.49% | - |
| HSV(B) | 176.45º | 0.94% | 0.92% | - |
| XYZ | 43.09 | 64.79 | 79.34 | - |
| YUV | 167.74 | 158.61 | 19.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 222 | 0.94 | 0 | 0.06 | 0.08 | 176.45 | 0.88 | 0.49 |
| Hex | F | EB | DE | 5E | 0 | 6 | 8 | B0 | 58 | 31 |
| Octal | 17 | 353 | 336 | 136 | 0 | 6 | 10 | 260 | 130 | 61 |
| Binary | 1111 | 11101011 | 11011110 | 1011110 | 0 | 110 | 1000 | 10110000 | 1011000 | 110001 |
Color Harmonies of #0FEBDE
Complementary color
Monochromatic Colors of #0FEBDE
Black with #0FEBDE
Text Example
Text Example
White with #0FEBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEBDE; }
p { color: rgb(15,235,222); }
H1.HeaderClassName
{
color: #0FEBDE;
}
.AnyTagClassName
{
color: #0FEBDE;
}
</style>
background-color css
<style>
a { background-color: #0FEBDE; }
a { background-color: rgb(15,235,222); }
div.DivClassName
{
background-color: #0FEBDE;
}
.BgClassName
{
background-color: #0FEBDE;
}
</style>
border-color css
<style>
span { border-color: #0FEBDE; }
span { border-color: rgb(15,235,222); }
td.TdClassName
{
border-color: #0FEBDE;
}
.TagClassName
{
border-color: #0FEBDE;
}
</style>