Shades of Bright Turquoise #0FEBD2
Tints of Bright Turquoise #0FEBD2
RGB
CMYK
RGB Variations
Color information
#0FEBD2 (or 0x0FEBD2) is known color: Bright Turquoise. HEX triplet: 0F, EB and D2. RGB value is (15,235,210). Sum of RGB (Red+Green+Blue) = 15+235+210=460 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.26% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEBD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEBD2 is #F0142D. Grayscale: #A6A6A6. Windows color (decimal): -15733806 or 13822735. OLE color: 13822735.
HSL color Cylindrical-coordinate representation of color #0FEBD2: hue angle of 173.18º 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 #0FEBD2 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 235 | 210 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.08 |
| HSL | 173.18º | 0.88% | 0.49% | - |
| HSV(B) | 173.18º | 0.94% | 0.92% | - |
| XYZ | 41.54 | 64.17 | 71.17 | - |
| YUV | 166.37 | 152.61 | 20.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 210 | 0.94 | 0 | 0.11 | 0.08 | 173.18 | 0.88 | 0.49 |
| Hex | F | EB | D2 | 5E | 0 | B | 8 | AD | 58 | 31 |
| Octal | 17 | 353 | 322 | 136 | 0 | 13 | 10 | 255 | 130 | 61 |
| Binary | 1111 | 11101011 | 11010010 | 1011110 | 0 | 1011 | 1000 | 10101101 | 1011000 | 110001 |
Color Harmonies of #0FEBD2
Complementary color
Monochromatic Colors of #0FEBD2
Black with #0FEBD2
Text Example
Text Example
White with #0FEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEBD2; }
p { color: rgb(15,235,210); }
H1.HeaderClassName
{
color: #0FEBD2;
}
.AnyTagClassName
{
color: #0FEBD2;
}
</style>
background-color css
<style>
a { background-color: #0FEBD2; }
a { background-color: rgb(15,235,210); }
div.DivClassName
{
background-color: #0FEBD2;
}
.BgClassName
{
background-color: #0FEBD2;
}
</style>
border-color css
<style>
span { border-color: #0FEBD2; }
span { border-color: rgb(15,235,210); }
td.TdClassName
{
border-color: #0FEBD2;
}
.TagClassName
{
border-color: #0FEBD2;
}
</style>