Shades of Bright Turquoise #10E2F6
Tints of Bright Turquoise #10E2F6
RGB
CMYK
RGB Variations
Color information
#10E2F6 (or 0x10E2F6) is known color: Bright Turquoise. HEX triplet: 10, E2 and F6. RGB value is (16,226,246). Sum of RGB (Red+Green+Blue) = 16+226+246=488 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.28% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #10E2F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E2F6 is #EF1D09. Grayscale: #A5A5A5. Windows color (decimal): -15670538 or 16179728. OLE color: 16179728.
HSL color Cylindrical-coordinate representation of color #10E2F6: hue angle of 185.22º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E2F6 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 226 | 246 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.04 |
| HSL | 185.22º | 0.93% | 0.51% | - |
| HSV(B) | 185.22º | 0.93% | 0.96% | - |
| XYZ | 44.04 | 61.16 | 96.67 | - |
| YUV | 165.49 | 173.43 | 21.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 226 | 246 | 0.93 | 0.08 | 0 | 0.04 | 185.22 | 0.93 | 0.51 |
| Hex | 10 | E2 | F6 | 5D | 8 | 0 | 4 | B9 | 5D | 33 |
| Octal | 20 | 342 | 366 | 135 | 10 | 0 | 4 | 271 | 135 | 63 |
| Binary | 10000 | 11100010 | 11110110 | 1011101 | 1000 | 0 | 100 | 10111001 | 1011101 | 110011 |
Color Harmonies of #10E2F6
Complementary color
Monochromatic Colors of #10E2F6
Black with #10E2F6
Text Example
Text Example
White with #10E2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E2F6; }
p { color: rgb(16,226,246); }
H1.HeaderClassName
{
color: #10E2F6;
}
.AnyTagClassName
{
color: #10E2F6;
}
</style>
background-color css
<style>
a { background-color: #10E2F6; }
a { background-color: rgb(16,226,246); }
div.DivClassName
{
background-color: #10E2F6;
}
.BgClassName
{
background-color: #10E2F6;
}
</style>
border-color css
<style>
span { border-color: #10E2F6; }
span { border-color: rgb(16,226,246); }
td.TdClassName
{
border-color: #10E2F6;
}
.TagClassName
{
border-color: #10E2F6;
}
</style>