Shades of Bright Turquoise #10E2FB
Tints of Bright Turquoise #10E2FB
RGB
CMYK
RGB Variations
Color information
#10E2FB (or 0x10E2FB) is known color: Bright Turquoise. HEX triplet: 10, E2 and FB. RGB value is (16,226,251). Sum of RGB (Red+Green+Blue) = 16+226+251=493 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.25% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #10E2FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E2FB is #EF1D04. Grayscale: #A5A5A5. Windows color (decimal): -15670533 or 16507408. OLE color: 16507408.
HSL color Cylindrical-coordinate representation of color #10E2FB: hue angle of 186.38º degrees, saturation: 0.97, 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 #10E2FB is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 226 | 251 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.02 |
| HSL | 186.38º | 0.97% | 0.52% | - |
| HSV(B) | 186.38º | 0.94% | 0.98% | - |
| XYZ | 44.82 | 61.47 | 100.77 | - |
| YUV | 166.06 | 175.93 | 20.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 226 | 251 | 0.94 | 0.10 | 0 | 0.02 | 186.38 | 0.97 | 0.52 |
| Hex | 10 | E2 | FB | 5E | A | 0 | 2 | BA | 61 | 34 |
| Octal | 20 | 342 | 373 | 136 | 12 | 0 | 2 | 272 | 141 | 64 |
| Binary | 10000 | 11100010 | 11111011 | 1011110 | 1010 | 0 | 10 | 10111010 | 1100001 | 110100 |
Color Harmonies of #10E2FB
Complementary color
Monochromatic Colors of #10E2FB
Black with #10E2FB
Text Example
Text Example
White with #10E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E2FB; }
p { color: rgb(16,226,251); }
H1.HeaderClassName
{
color: #10E2FB;
}
.AnyTagClassName
{
color: #10E2FB;
}
</style>
background-color css
<style>
a { background-color: #10E2FB; }
a { background-color: rgb(16,226,251); }
div.DivClassName
{
background-color: #10E2FB;
}
.BgClassName
{
background-color: #10E2FB;
}
</style>
border-color css
<style>
span { border-color: #10E2FB; }
span { border-color: rgb(16,226,251); }
td.TdClassName
{
border-color: #10E2FB;
}
.TagClassName
{
border-color: #10E2FB;
}
</style>