Shades of Bright Turquoise #0FEDD9
Tints of Bright Turquoise #0FEDD9
RGB
CMYK
RGB Variations
Color information
#0FEDD9 (or 0x0FEDD9) is known color: Bright Turquoise. HEX triplet: 0F, ED and D9. RGB value is (15,237,217). Sum of RGB (Red+Green+Blue) = 15+237+217=469 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.20% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #0FEDD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEDD9 is #F01226. Grayscale: #A8A8A8. Windows color (decimal): -15733287 or 14281999. OLE color: 14281999.
HSL color Cylindrical-coordinate representation of color #0FEDD9: hue angle of 174.59º 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 #0FEDD9 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 237 | 217 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.07 |
| HSL | 174.59º | 0.88% | 0.49% | - |
| HSV(B) | 174.59º | 0.94% | 0.93% | - |
| XYZ | 43.01 | 65.68 | 76.06 | - |
| YUV | 168.34 | 155.45 | 18.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 237 | 217 | 0.94 | 0 | 0.08 | 0.07 | 174.59 | 0.88 | 0.49 |
| Hex | F | ED | D9 | 5E | 0 | 8 | 7 | AF | 58 | 31 |
| Octal | 17 | 355 | 331 | 136 | 0 | 10 | 7 | 257 | 130 | 61 |
| Binary | 1111 | 11101101 | 11011001 | 1011110 | 0 | 1000 | 111 | 10101111 | 1011000 | 110001 |
Color Harmonies of #0FEDD9
Complementary color
Monochromatic Colors of #0FEDD9
Black with #0FEDD9
Text Example
Text Example
White with #0FEDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEDD9; }
p { color: rgb(15,237,217); }
H1.HeaderClassName
{
color: #0FEDD9;
}
.AnyTagClassName
{
color: #0FEDD9;
}
</style>
background-color css
<style>
a { background-color: #0FEDD9; }
a { background-color: rgb(15,237,217); }
div.DivClassName
{
background-color: #0FEDD9;
}
.BgClassName
{
background-color: #0FEDD9;
}
</style>
border-color css
<style>
span { border-color: #0FEDD9; }
span { border-color: rgb(15,237,217); }
td.TdClassName
{
border-color: #0FEDD9;
}
.TagClassName
{
border-color: #0FEDD9;
}
</style>