Shades of Bright Turquoise #0FEEDB
Tints of Bright Turquoise #0FEEDB
RGB
CMYK
RGB Variations
Color information
#0FEEDB (or 0x0FEEDB) is known color: Bright Turquoise. HEX triplet: 0F, EE and DB. RGB value is (15,238,219). Sum of RGB (Red+Green+Blue) = 15+238+219=472 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #0FEEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEEDB is #F01124. Grayscale: #A9A9A9. Windows color (decimal): -15733029 or 14413327. OLE color: 14413327.
HSL color Cylindrical-coordinate representation of color #0FEEDB: hue angle of 174.89º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEEDB is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 238 | 219 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.07 |
| HSL | 174.89º | 0.88% | 0.5% | - |
| HSV(B) | 174.89º | 0.94% | 0.93% | - |
| XYZ | 43.56 | 66.37 | 77.53 | - |
| YUV | 169.16 | 156.12 | 18.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 238 | 219 | 0.94 | 0 | 0.08 | 0.07 | 174.89 | 0.88 | 0.5 |
| Hex | F | EE | DB | 5E | 0 | 8 | 7 | AF | 58 | 32 |
| Octal | 17 | 356 | 333 | 136 | 0 | 10 | 7 | 257 | 130 | 62 |
| Binary | 1111 | 11101110 | 11011011 | 1011110 | 0 | 1000 | 111 | 10101111 | 1011000 | 110010 |
Color Harmonies of #0FEEDB
Complementary color
Monochromatic Colors of #0FEEDB
Black with #0FEEDB
Text Example
Text Example
White with #0FEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEEDB; }
p { color: rgb(15,238,219); }
H1.HeaderClassName
{
color: #0FEEDB;
}
.AnyTagClassName
{
color: #0FEEDB;
}
</style>
background-color css
<style>
a { background-color: #0FEEDB; }
a { background-color: rgb(15,238,219); }
div.DivClassName
{
background-color: #0FEEDB;
}
.BgClassName
{
background-color: #0FEEDB;
}
</style>
border-color css
<style>
span { border-color: #0FEEDB; }
span { border-color: rgb(15,238,219); }
td.TdClassName
{
border-color: #0FEEDB;
}
.TagClassName
{
border-color: #0FEEDB;
}
</style>