Shades of Bright Turquoise #0FEDDF
Tints of Bright Turquoise #0FEDDF
RGB
CMYK
RGB Variations
Color information
#0FEDDF (or 0x0FEDDF) is known color: Bright Turquoise. HEX triplet: 0F, ED and DF. RGB value is (15,237,223). Sum of RGB (Red+Green+Blue) = 15+237+223=475 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #0FEDDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEDDF is #F01220. Grayscale: #A8A8A8. Windows color (decimal): -15733281 or 14675215. OLE color: 14675215.
HSL color Cylindrical-coordinate representation of color #0FEDDF: hue angle of 176.22º 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 #0FEDDF is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 237 | 223 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.07 |
| HSL | 176.22º | 0.88% | 0.49% | - |
| HSV(B) | 176.22º | 0.94% | 0.93% | - |
| XYZ | 43.8 | 66 | 80.24 | - |
| YUV | 169.03 | 158.45 | 18.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 237 | 223 | 0.94 | 0 | 0.06 | 0.07 | 176.22 | 0.88 | 0.49 |
| Hex | F | ED | DF | 5E | 0 | 6 | 7 | B0 | 58 | 31 |
| Octal | 17 | 355 | 337 | 136 | 0 | 6 | 7 | 260 | 130 | 61 |
| Binary | 1111 | 11101101 | 11011111 | 1011110 | 0 | 110 | 111 | 10110000 | 1011000 | 110001 |
Color Harmonies of #0FEDDF
Complementary color
Monochromatic Colors of #0FEDDF
Black with #0FEDDF
Text Example
Text Example
White with #0FEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEDDF; }
p { color: rgb(15,237,223); }
H1.HeaderClassName
{
color: #0FEDDF;
}
.AnyTagClassName
{
color: #0FEDDF;
}
</style>
background-color css
<style>
a { background-color: #0FEDDF; }
a { background-color: rgb(15,237,223); }
div.DivClassName
{
background-color: #0FEDDF;
}
.BgClassName
{
background-color: #0FEDDF;
}
</style>
border-color css
<style>
span { border-color: #0FEDDF; }
span { border-color: rgb(15,237,223); }
td.TdClassName
{
border-color: #0FEDDF;
}
.TagClassName
{
border-color: #0FEDDF;
}
</style>