Shades of Bright Turquoise #0FEDCE
Tints of Bright Turquoise #0FEDCE
RGB
CMYK
RGB Variations
Color information
#0FEDCE (or 0x0FEDCE) is known color: Bright Turquoise. HEX triplet: 0F, ED and CE. RGB value is (15,237,206). Sum of RGB (Red+Green+Blue) = 15+237+206=458 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #0FEDCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEDCE is #F01231. Grayscale: #A6A6A6. Windows color (decimal): -15733298 or 13561103. OLE color: 13561103.
HSL color Cylindrical-coordinate representation of color #0FEDCE: hue angle of 171.62º 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 #0FEDCE is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 237 | 206 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.07 |
| HSL | 171.62º | 0.88% | 0.49% | - |
| HSV(B) | 171.62º | 0.94% | 0.93% | - |
| XYZ | 41.62 | 65.13 | 68.77 | - |
| YUV | 167.09 | 149.95 | 19.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 237 | 206 | 0.94 | 0 | 0.13 | 0.07 | 171.62 | 0.88 | 0.49 |
| Hex | F | ED | CE | 5E | 0 | D | 7 | AC | 58 | 31 |
| Octal | 17 | 355 | 316 | 136 | 0 | 15 | 7 | 254 | 130 | 61 |
| Binary | 1111 | 11101101 | 11001110 | 1011110 | 0 | 1101 | 111 | 10101100 | 1011000 | 110001 |
Color Harmonies of #0FEDCE
Complementary color
Monochromatic Colors of #0FEDCE
Black with #0FEDCE
Text Example
Text Example
White with #0FEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEDCE; }
p { color: rgb(15,237,206); }
H1.HeaderClassName
{
color: #0FEDCE;
}
.AnyTagClassName
{
color: #0FEDCE;
}
</style>
background-color css
<style>
a { background-color: #0FEDCE; }
a { background-color: rgb(15,237,206); }
div.DivClassName
{
background-color: #0FEDCE;
}
.BgClassName
{
background-color: #0FEDCE;
}
</style>
border-color css
<style>
span { border-color: #0FEDCE; }
span { border-color: rgb(15,237,206); }
td.TdClassName
{
border-color: #0FEDCE;
}
.TagClassName
{
border-color: #0FEDCE;
}
</style>