Shades of Bright Turquoise #0FF6ED
Tints of Bright Turquoise #0FF6ED
RGB
CMYK
RGB Variations
Color information
#0FF6ED (or 0x0FF6ED) is known color: Bright Turquoise. HEX triplet: 0F, F6 and ED. RGB value is (15,246,237). Sum of RGB (Red+Green+Blue) = 15+246+237=498 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.01% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF6ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FF6ED is #F00912. Grayscale: #AFAFAF. Windows color (decimal): -15730963 or 15595023. OLE color: 15595023.
HSL color Cylindrical-coordinate representation of color #0FF6ED: hue angle of 177.66º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF6ED is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 246 | 237 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.04 |
| HSL | 177.66º | 0.93% | 0.51% | - |
| HSV(B) | 177.66º | 0.94% | 0.96% | - |
| XYZ | 48.44 | 72.13 | 91.49 | - |
| YUV | 175.91 | 162.47 | 13.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 246 | 237 | 0.94 | 0 | 0.04 | 0.04 | 177.66 | 0.93 | 0.51 |
| Hex | F | F6 | ED | 5E | 0 | 4 | 4 | B2 | 5D | 33 |
| Octal | 17 | 366 | 355 | 136 | 0 | 4 | 4 | 262 | 135 | 63 |
| Binary | 1111 | 11110110 | 11101101 | 1011110 | 0 | 100 | 100 | 10110010 | 1011101 | 110011 |
Color Harmonies of #0FF6ED
Complementary color
Monochromatic Colors of #0FF6ED
Black with #0FF6ED
Text Example
Text Example
White with #0FF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF6ED; }
p { color: rgb(15,246,237); }
H1.HeaderClassName
{
color: #0FF6ED;
}
.AnyTagClassName
{
color: #0FF6ED;
}
</style>
background-color css
<style>
a { background-color: #0FF6ED; }
a { background-color: rgb(15,246,237); }
div.DivClassName
{
background-color: #0FF6ED;
}
.BgClassName
{
background-color: #0FF6ED;
}
</style>
border-color css
<style>
span { border-color: #0FF6ED; }
span { border-color: rgb(15,246,237); }
td.TdClassName
{
border-color: #0FF6ED;
}
.TagClassName
{
border-color: #0FF6ED;
}
</style>