Shades of Bright Turquoise #0FEDBE
Tints of Bright Turquoise #0FEDBE
RGB
CMYK
RGB Variations
Color information
#0FEDBE (or 0x0FEDBE) is known color: Bright Turquoise. HEX triplet: 0F, ED and BE. RGB value is (15,237,190). Sum of RGB (Red+Green+Blue) = 15+237+190=442 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 442); Green value is 237 (92.97% from 255 or 53.62% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 237 - color contains mainly: green. Hex color #0FEDBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEDBE is #F01241. Grayscale: #A5A5A5. Windows color (decimal): -15733314 or 12512527. OLE color: 12512527.
HSL color Cylindrical-coordinate representation of color #0FEDBE: hue angle of 167.3º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEDBE is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 237 | 190 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.07 |
| HSL | 167.3º | 0.88% | 0.49% | - |
| HSV(B) | 167.3º | 0.94% | 0.93% | - |
| XYZ | 39.78 | 64.39 | 59.05 | - |
| YUV | 165.26 | 141.95 | 20.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 237 | 190 | 0.94 | 0 | 0.20 | 0.07 | 167.3 | 0.88 | 0.49 |
| Hex | F | ED | BE | 5E | 0 | 14 | 7 | A7 | 58 | 31 |
| Octal | 17 | 355 | 276 | 136 | 0 | 24 | 7 | 247 | 130 | 61 |
| Binary | 1111 | 11101101 | 10111110 | 1011110 | 0 | 10100 | 111 | 10100111 | 1011000 | 110001 |
Color Harmonies of #0FEDBE
Complementary color
Monochromatic Colors of #0FEDBE
Black with #0FEDBE
Text Example
Text Example
White with #0FEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEDBE; }
p { color: rgb(15,237,190); }
H1.HeaderClassName
{
color: #0FEDBE;
}
.AnyTagClassName
{
color: #0FEDBE;
}
</style>
background-color css
<style>
a { background-color: #0FEDBE; }
a { background-color: rgb(15,237,190); }
div.DivClassName
{
background-color: #0FEDBE;
}
.BgClassName
{
background-color: #0FEDBE;
}
</style>
border-color css
<style>
span { border-color: #0FEDBE; }
span { border-color: rgb(15,237,190); }
td.TdClassName
{
border-color: #0FEDBE;
}
.TagClassName
{
border-color: #0FEDBE;
}
</style>