Shades of Bright Turquoise #0FEDCC
Tints of Bright Turquoise #0FEDCC
RGB
CMYK
RGB Variations
Color information
#0FEDCC (or 0x0FEDCC) is known color: Bright Turquoise. HEX triplet: 0F, ED and CC. RGB value is (15,237,204). Sum of RGB (Red+Green+Blue) = 15+237+204=456 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.29% from 456); Green value is 237 (92.97% from 255 or 51.97% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 237 - color contains mainly: green. Hex color #0FEDCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEDCC is #F01233. Grayscale: #A6A6A6. Windows color (decimal): -15733300 or 13430031. OLE color: 13430031.
HSL color Cylindrical-coordinate representation of color #0FEDCC: hue angle of 171.08º 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 #0FEDCC is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 237 | 204 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.07 |
| HSL | 171.08º | 0.88% | 0.49% | - |
| HSV(B) | 171.08º | 0.94% | 0.93% | - |
| XYZ | 41.38 | 65.03 | 67.5 | - |
| YUV | 166.86 | 148.95 | 19.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 237 | 204 | 0.94 | 0 | 0.14 | 0.07 | 171.08 | 0.88 | 0.49 |
| Hex | F | ED | CC | 5E | 0 | E | 7 | AB | 58 | 31 |
| Octal | 17 | 355 | 314 | 136 | 0 | 16 | 7 | 253 | 130 | 61 |
| Binary | 1111 | 11101101 | 11001100 | 1011110 | 0 | 1110 | 111 | 10101011 | 1011000 | 110001 |
Color Harmonies of #0FEDCC
Complementary color
Monochromatic Colors of #0FEDCC
Black with #0FEDCC
Text Example
Text Example
White with #0FEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEDCC; }
p { color: rgb(15,237,204); }
H1.HeaderClassName
{
color: #0FEDCC;
}
.AnyTagClassName
{
color: #0FEDCC;
}
</style>
background-color css
<style>
a { background-color: #0FEDCC; }
a { background-color: rgb(15,237,204); }
div.DivClassName
{
background-color: #0FEDCC;
}
.BgClassName
{
background-color: #0FEDCC;
}
</style>
border-color css
<style>
span { border-color: #0FEDCC; }
span { border-color: rgb(15,237,204); }
td.TdClassName
{
border-color: #0FEDCC;
}
.TagClassName
{
border-color: #0FEDCC;
}
</style>