Shades of Bright Turquoise #0FEFDC
Tints of Bright Turquoise #0FEFDC
RGB
CMYK
RGB Variations
Color information
#0FEFDC (or 0x0FEFDC) is known color: Bright Turquoise. HEX triplet: 0F, EF and DC. RGB value is (15,239,220). Sum of RGB (Red+Green+Blue) = 15+239+220=474 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEFDC is #F01023. Grayscale: #A9A9A9. Windows color (decimal): -15732772 or 14479119. OLE color: 14479119.
HSL color Cylindrical-coordinate representation of color #0FEFDC: hue angle of 174.91º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEFDC is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 239 | 220 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.06 |
| HSL | 174.91º | 0.88% | 0.5% | - |
| HSV(B) | 174.91º | 0.94% | 0.94% | - |
| XYZ | 43.98 | 67 | 78.32 | - |
| YUV | 169.86 | 156.29 | 17.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 239 | 220 | 0.94 | 0 | 0.08 | 0.06 | 174.91 | 0.88 | 0.5 |
| Hex | F | EF | DC | 5E | 0 | 8 | 6 | AF | 58 | 32 |
| Octal | 17 | 357 | 334 | 136 | 0 | 10 | 6 | 257 | 130 | 62 |
| Binary | 1111 | 11101111 | 11011100 | 1011110 | 0 | 1000 | 110 | 10101111 | 1011000 | 110010 |
Color Harmonies of #0FEFDC
Complementary color
Monochromatic Colors of #0FEFDC
Black with #0FEFDC
Text Example
Text Example
White with #0FEFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEFDC; }
p { color: rgb(15,239,220); }
H1.HeaderClassName
{
color: #0FEFDC;
}
.AnyTagClassName
{
color: #0FEFDC;
}
</style>
background-color css
<style>
a { background-color: #0FEFDC; }
a { background-color: rgb(15,239,220); }
div.DivClassName
{
background-color: #0FEFDC;
}
.BgClassName
{
background-color: #0FEFDC;
}
</style>
border-color css
<style>
span { border-color: #0FEFDC; }
span { border-color: rgb(15,239,220); }
td.TdClassName
{
border-color: #0FEFDC;
}
.TagClassName
{
border-color: #0FEFDC;
}
</style>