Shades of Bright Turquoise #10FAE2
Tints of Bright Turquoise #10FAE2
RGB
CMYK
RGB Variations
Color information
#10FAE2 (or 0x10FAE2) is known color: Bright Turquoise. HEX triplet: 10, FA and E2. RGB value is (16,250,226). Sum of RGB (Red+Green+Blue) = 16+250+226=492 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.25% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #10FAE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FAE2 is #EF051D. Grayscale: #B1B1B1. Windows color (decimal): -15664414 or 14875152. OLE color: 14875152.
HSL color Cylindrical-coordinate representation of color #10FAE2: hue angle of 173.85º 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 #10FAE2 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 226 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.02 |
| HSL | 173.85º | 0.96% | 0.52% | - |
| HSV(B) | 173.85º | 0.94% | 0.98% | - |
| XYZ | 48.13 | 73.97 | 83.69 | - |
| YUV | 177.3 | 155.48 | 12.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 226 | 0.94 | 0 | 0.10 | 0.02 | 173.85 | 0.96 | 0.52 |
| Hex | 10 | FA | E2 | 5E | 0 | A | 2 | AE | 60 | 34 |
| Octal | 20 | 372 | 342 | 136 | 0 | 12 | 2 | 256 | 140 | 64 |
| Binary | 10000 | 11111010 | 11100010 | 1011110 | 0 | 1010 | 10 | 10101110 | 1100000 | 110100 |
Color Harmonies of #10FAE2
Complementary color
Monochromatic Colors of #10FAE2
Black with #10FAE2
Text Example
Text Example
White with #10FAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FAE2; }
p { color: rgb(16,250,226); }
H1.HeaderClassName
{
color: #10FAE2;
}
.AnyTagClassName
{
color: #10FAE2;
}
</style>
background-color css
<style>
a { background-color: #10FAE2; }
a { background-color: rgb(16,250,226); }
div.DivClassName
{
background-color: #10FAE2;
}
.BgClassName
{
background-color: #10FAE2;
}
</style>
border-color css
<style>
span { border-color: #10FAE2; }
span { border-color: rgb(16,250,226); }
td.TdClassName
{
border-color: #10FAE2;
}
.TagClassName
{
border-color: #10FAE2;
}
</style>