Shades of Bright Turquoise #10F7EC
Tints of Bright Turquoise #10F7EC
RGB
CMYK
RGB Variations
Color information
#10F7EC (or 0x10F7EC) is known color: Bright Turquoise. HEX triplet: 10, F7 and EC. RGB value is (16,247,236). Sum of RGB (Red+Green+Blue) = 16+247+236=499 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.21% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #10F7EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10F7EC is #EF0813. Grayscale: #B0B0B0. Windows color (decimal): -15665172 or 15529744. OLE color: 15529744.
HSL color Cylindrical-coordinate representation of color #10F7EC: hue angle of 177.14º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F7EC is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 236 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.03 |
| HSL | 177.14º | 0.94% | 0.52% | - |
| HSV(B) | 177.14º | 0.94% | 0.97% | - |
| XYZ | 48.61 | 72.69 | 90.82 | - |
| YUV | 176.68 | 161.47 | 13.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 236 | 0.94 | 0 | 0.04 | 0.03 | 177.14 | 0.94 | 0.52 |
| Hex | 10 | F7 | EC | 5E | 0 | 4 | 3 | B1 | 5E | 34 |
| Octal | 20 | 367 | 354 | 136 | 0 | 4 | 3 | 261 | 136 | 64 |
| Binary | 10000 | 11110111 | 11101100 | 1011110 | 0 | 100 | 11 | 10110001 | 1011110 | 110100 |
Color Harmonies of #10F7EC
Complementary color
Monochromatic Colors of #10F7EC
Black with #10F7EC
Text Example
Text Example
White with #10F7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F7EC; }
p { color: rgb(16,247,236); }
H1.HeaderClassName
{
color: #10F7EC;
}
.AnyTagClassName
{
color: #10F7EC;
}
</style>
background-color css
<style>
a { background-color: #10F7EC; }
a { background-color: rgb(16,247,236); }
div.DivClassName
{
background-color: #10F7EC;
}
.BgClassName
{
background-color: #10F7EC;
}
</style>
border-color css
<style>
span { border-color: #10F7EC; }
span { border-color: rgb(16,247,236); }
td.TdClassName
{
border-color: #10F7EC;
}
.TagClassName
{
border-color: #10F7EC;
}
</style>