Shades of Bright Turquoise #0FECD3
Tints of Bright Turquoise #0FECD3
RGB
CMYK
RGB Variations
Color information
#0FECD3 (or 0x0FECD3) is known color: Bright Turquoise. HEX triplet: 0F, EC and D3. RGB value is (15,236,211). Sum of RGB (Red+Green+Blue) = 15+236+211=462 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.25% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #0FECD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FECD3 is #F0132C. Grayscale: #A6A6A6. Windows color (decimal): -15733549 or 13888527. OLE color: 13888527.
HSL color Cylindrical-coordinate representation of color #0FECD3: hue angle of 173.21º 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 #0FECD3 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 211 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.07 |
| HSL | 173.21º | 0.88% | 0.49% | - |
| HSV(B) | 173.21º | 0.94% | 0.93% | - |
| XYZ | 41.95 | 64.8 | 71.92 | - |
| YUV | 167.07 | 152.78 | 19.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 211 | 0.94 | 0 | 0.11 | 0.07 | 173.21 | 0.88 | 0.49 |
| Hex | F | EC | D3 | 5E | 0 | B | 7 | AD | 58 | 31 |
| Octal | 17 | 354 | 323 | 136 | 0 | 13 | 7 | 255 | 130 | 61 |
| Binary | 1111 | 11101100 | 11010011 | 1011110 | 0 | 1011 | 111 | 10101101 | 1011000 | 110001 |
Color Harmonies of #0FECD3
Complementary color
Monochromatic Colors of #0FECD3
Black with #0FECD3
Text Example
Text Example
White with #0FECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECD3; }
p { color: rgb(15,236,211); }
H1.HeaderClassName
{
color: #0FECD3;
}
.AnyTagClassName
{
color: #0FECD3;
}
</style>
background-color css
<style>
a { background-color: #0FECD3; }
a { background-color: rgb(15,236,211); }
div.DivClassName
{
background-color: #0FECD3;
}
.BgClassName
{
background-color: #0FECD3;
}
</style>
border-color css
<style>
span { border-color: #0FECD3; }
span { border-color: rgb(15,236,211); }
td.TdClassName
{
border-color: #0FECD3;
}
.TagClassName
{
border-color: #0FECD3;
}
</style>