Shades of Bright Turquoise #0FDEDC
Tints of Bright Turquoise #0FDEDC
RGB
CMYK
RGB Variations
Color information
#0FDEDC (or 0x0FDEDC) is known color: Bright Turquoise. HEX triplet: 0F, DE and DC. RGB value is (15,222,220). Sum of RGB (Red+Green+Blue) = 15+222+220=457 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDEDC is #F02123. Grayscale: #9F9F9F. Windows color (decimal): -15737124 or 14474767. OLE color: 14474767.
HSL color Cylindrical-coordinate representation of color #0FDEDC: hue angle of 179.42º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDEDC is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 220 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.13 |
| HSL | 179.42º | 0.87% | 0.46% | - |
| HSV(B) | 179.42º | 0.93% | 0.87% | - |
| XYZ | 39.24 | 57.51 | 76.74 | - |
| YUV | 159.88 | 161.92 | 24.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 220 | 0.93 | 0 | 0.01 | 0.13 | 179.42 | 0.87 | 0.46 |
| Hex | F | DE | DC | 5D | 0 | 1 | D | B3 | 57 | 2E |
| Octal | 17 | 336 | 334 | 135 | 0 | 1 | 15 | 263 | 127 | 56 |
| Binary | 1111 | 11011110 | 11011100 | 1011101 | 0 | 1 | 1101 | 10110011 | 1010111 | 101110 |
Color Harmonies of #0FDEDC
Complementary color
Monochromatic Colors of #0FDEDC
Black with #0FDEDC
Text Example
Text Example
White with #0FDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDEDC; }
p { color: rgb(15,222,220); }
H1.HeaderClassName
{
color: #0FDEDC;
}
.AnyTagClassName
{
color: #0FDEDC;
}
</style>
background-color css
<style>
a { background-color: #0FDEDC; }
a { background-color: rgb(15,222,220); }
div.DivClassName
{
background-color: #0FDEDC;
}
.BgClassName
{
background-color: #0FDEDC;
}
</style>
border-color css
<style>
span { border-color: #0FDEDC; }
span { border-color: rgb(15,222,220); }
td.TdClassName
{
border-color: #0FDEDC;
}
.TagClassName
{
border-color: #0FDEDC;
}
</style>