Shades of Bright Turquoise #0FEED9
Tints of Bright Turquoise #0FEED9
RGB
CMYK
RGB Variations
Color information
#0FEED9 (or 0x0FEED9) is known color: Bright Turquoise. HEX triplet: 0F, EE and D9. RGB value is (15,238,217). Sum of RGB (Red+Green+Blue) = 15+238+217=470 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.19% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #0FEED9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEED9 is #F01126. Grayscale: #A8A8A8. Windows color (decimal): -15733031 or 14282255. OLE color: 14282255.
HSL color Cylindrical-coordinate representation of color #0FEED9: hue angle of 174.35º 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 #0FEED9 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 238 | 217 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.07 |
| HSL | 174.35º | 0.88% | 0.5% | - |
| HSV(B) | 174.35º | 0.94% | 0.93% | - |
| XYZ | 43.3 | 66.26 | 76.15 | - |
| YUV | 168.93 | 155.12 | 18.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 238 | 217 | 0.94 | 0 | 0.09 | 0.07 | 174.35 | 0.88 | 0.5 |
| Hex | F | EE | D9 | 5E | 0 | 9 | 7 | AE | 58 | 32 |
| Octal | 17 | 356 | 331 | 136 | 0 | 11 | 7 | 256 | 130 | 62 |
| Binary | 1111 | 11101110 | 11011001 | 1011110 | 0 | 1001 | 111 | 10101110 | 1011000 | 110010 |
Color Harmonies of #0FEED9
Complementary color
Monochromatic Colors of #0FEED9
Black with #0FEED9
Text Example
Text Example
White with #0FEED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEED9; }
p { color: rgb(15,238,217); }
H1.HeaderClassName
{
color: #0FEED9;
}
.AnyTagClassName
{
color: #0FEED9;
}
</style>
background-color css
<style>
a { background-color: #0FEED9; }
a { background-color: rgb(15,238,217); }
div.DivClassName
{
background-color: #0FEED9;
}
.BgClassName
{
background-color: #0FEED9;
}
</style>
border-color css
<style>
span { border-color: #0FEED9; }
span { border-color: rgb(15,238,217); }
td.TdClassName
{
border-color: #0FEED9;
}
.TagClassName
{
border-color: #0FEED9;
}
</style>