Shades of Bright Turquoise #10FAEC
Tints of Bright Turquoise #10FAEC
RGB
CMYK
RGB Variations
Color information
#10FAEC (or 0x10FAEC) is known color: Bright Turquoise. HEX triplet: 10, FA and EC. RGB value is (16,250,236). Sum of RGB (Red+Green+Blue) = 16+250+236=502 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.19% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #10FAEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FAEC is #EF0513. Grayscale: #B2B2B2. Windows color (decimal): -15664404 or 15530512. OLE color: 15530512.
HSL color Cylindrical-coordinate representation of color #10FAEC: hue angle of 176.41º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FAEC is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 236 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.02 |
| HSL | 176.41º | 0.96% | 0.52% | - |
| HSV(B) | 176.41º | 0.94% | 0.98% | - |
| XYZ | 49.54 | 74.54 | 91.13 | - |
| YUV | 178.44 | 160.48 | 12.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 236 | 0.94 | 0 | 0.06 | 0.02 | 176.41 | 0.96 | 0.52 |
| Hex | 10 | FA | EC | 5E | 0 | 6 | 2 | B0 | 60 | 34 |
| Octal | 20 | 372 | 354 | 136 | 0 | 6 | 2 | 260 | 140 | 64 |
| Binary | 10000 | 11111010 | 11101100 | 1011110 | 0 | 110 | 10 | 10110000 | 1100000 | 110100 |
Color Harmonies of #10FAEC
Complementary color
Monochromatic Colors of #10FAEC
Black with #10FAEC
Text Example
Text Example
White with #10FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FAEC; }
p { color: rgb(16,250,236); }
H1.HeaderClassName
{
color: #10FAEC;
}
.AnyTagClassName
{
color: #10FAEC;
}
</style>
background-color css
<style>
a { background-color: #10FAEC; }
a { background-color: rgb(16,250,236); }
div.DivClassName
{
background-color: #10FAEC;
}
.BgClassName
{
background-color: #10FAEC;
}
</style>
border-color css
<style>
span { border-color: #10FAEC; }
span { border-color: rgb(16,250,236); }
td.TdClassName
{
border-color: #10FAEC;
}
.TagClassName
{
border-color: #10FAEC;
}
</style>