Shades of Bright Turquoise #0FEBD3
Tints of Bright Turquoise #0FEBD3
RGB
CMYK
RGB Variations
Color information
#0FEBD3 (or 0x0FEBD3) is known color: Bright Turquoise. HEX triplet: 0F, EB and D3. RGB value is (15,235,211). Sum of RGB (Red+Green+Blue) = 15+235+211=461 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.25% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEBD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEBD3 is #F0142C. Grayscale: #A6A6A6. Windows color (decimal): -15733805 or 13888271. OLE color: 13888271.
HSL color Cylindrical-coordinate representation of color #0FEBD3: hue angle of 173.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 #0FEBD3 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 235 | 211 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.08 |
| HSL | 173.45º | 0.88% | 0.49% | - |
| HSV(B) | 173.45º | 0.94% | 0.92% | - |
| XYZ | 41.66 | 64.22 | 71.83 | - |
| YUV | 166.48 | 153.11 | 19.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 211 | 0.94 | 0 | 0.10 | 0.08 | 173.45 | 0.88 | 0.49 |
| Hex | F | EB | D3 | 5E | 0 | A | 8 | AD | 58 | 31 |
| Octal | 17 | 353 | 323 | 136 | 0 | 12 | 10 | 255 | 130 | 61 |
| Binary | 1111 | 11101011 | 11010011 | 1011110 | 0 | 1010 | 1000 | 10101101 | 1011000 | 110001 |
Color Harmonies of #0FEBD3
Complementary color
Monochromatic Colors of #0FEBD3
Black with #0FEBD3
Text Example
Text Example
White with #0FEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEBD3; }
p { color: rgb(15,235,211); }
H1.HeaderClassName
{
color: #0FEBD3;
}
.AnyTagClassName
{
color: #0FEBD3;
}
</style>
background-color css
<style>
a { background-color: #0FEBD3; }
a { background-color: rgb(15,235,211); }
div.DivClassName
{
background-color: #0FEBD3;
}
.BgClassName
{
background-color: #0FEBD3;
}
</style>
border-color css
<style>
span { border-color: #0FEBD3; }
span { border-color: rgb(15,235,211); }
td.TdClassName
{
border-color: #0FEBD3;
}
.TagClassName
{
border-color: #0FEBD3;
}
</style>