Shades of Bright Turquoise #0FEBE4
Tints of Bright Turquoise #0FEBE4
RGB
CMYK
RGB Variations
Color information
#0FEBE4 (or 0x0FEBE4) is known color: Bright Turquoise. HEX triplet: 0F, EB and E4. RGB value is (15,235,228). Sum of RGB (Red+Green+Blue) = 15+235+228=478 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEBE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEBE4 is #F0141B. Grayscale: #A8A8A8. Windows color (decimal): -15733788 or 15002383. OLE color: 15002383.
HSL color Cylindrical-coordinate representation of color #0FEBE4: hue angle of 178.09º 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 #0FEBE4 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 235 | 228 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.08 |
| HSL | 178.09º | 0.88% | 0.49% | - |
| HSV(B) | 178.09º | 0.94% | 0.92% | - |
| XYZ | 43.91 | 65.12 | 83.65 | - |
| YUV | 168.42 | 161.61 | 18.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 228 | 0.94 | 0 | 0.03 | 0.08 | 178.09 | 0.88 | 0.49 |
| Hex | F | EB | E4 | 5E | 0 | 3 | 8 | B2 | 58 | 31 |
| Octal | 17 | 353 | 344 | 136 | 0 | 3 | 10 | 262 | 130 | 61 |
| Binary | 1111 | 11101011 | 11100100 | 1011110 | 0 | 11 | 1000 | 10110010 | 1011000 | 110001 |
Color Harmonies of #0FEBE4
Complementary color
Monochromatic Colors of #0FEBE4
Black with #0FEBE4
Text Example
Text Example
White with #0FEBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEBE4; }
p { color: rgb(15,235,228); }
H1.HeaderClassName
{
color: #0FEBE4;
}
.AnyTagClassName
{
color: #0FEBE4;
}
</style>
background-color css
<style>
a { background-color: #0FEBE4; }
a { background-color: rgb(15,235,228); }
div.DivClassName
{
background-color: #0FEBE4;
}
.BgClassName
{
background-color: #0FEBE4;
}
</style>
border-color css
<style>
span { border-color: #0FEBE4; }
span { border-color: rgb(15,235,228); }
td.TdClassName
{
border-color: #0FEBE4;
}
.TagClassName
{
border-color: #0FEBE4;
}
</style>