Shades of Bright Turquoise #10E2F3
Tints of Bright Turquoise #10E2F3
RGB
CMYK
RGB Variations
Color information
#10E2F3 (or 0x10E2F3) is known color: Bright Turquoise. HEX triplet: 10, E2 and F3. RGB value is (16,226,243). Sum of RGB (Red+Green+Blue) = 16+226+243=485 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.30% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #10E2F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E2F3 is #EF1D0C. Grayscale: #A4A4A4. Windows color (decimal): -15670541 or 15983120. OLE color: 15983120.
HSL color Cylindrical-coordinate representation of color #10E2F3: hue angle of 184.49º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E2F3 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 226 | 243 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.05 |
| HSL | 184.49º | 0.9% | 0.51% | - |
| HSV(B) | 184.49º | 0.93% | 0.95% | - |
| XYZ | 43.59 | 60.97 | 94.27 | - |
| YUV | 165.15 | 171.93 | 21.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 226 | 243 | 0.93 | 0.07 | 0 | 0.05 | 184.49 | 0.9 | 0.51 |
| Hex | 10 | E2 | F3 | 5D | 7 | 0 | 5 | B8 | 5A | 33 |
| Octal | 20 | 342 | 363 | 135 | 7 | 0 | 5 | 270 | 132 | 63 |
| Binary | 10000 | 11100010 | 11110011 | 1011101 | 111 | 0 | 101 | 10111000 | 1011010 | 110011 |
Color Harmonies of #10E2F3
Complementary color
Monochromatic Colors of #10E2F3
Black with #10E2F3
Text Example
Text Example
White with #10E2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E2F3; }
p { color: rgb(16,226,243); }
H1.HeaderClassName
{
color: #10E2F3;
}
.AnyTagClassName
{
color: #10E2F3;
}
</style>
background-color css
<style>
a { background-color: #10E2F3; }
a { background-color: rgb(16,226,243); }
div.DivClassName
{
background-color: #10E2F3;
}
.BgClassName
{
background-color: #10E2F3;
}
</style>
border-color css
<style>
span { border-color: #10E2F3; }
span { border-color: rgb(16,226,243); }
td.TdClassName
{
border-color: #10E2F3;
}
.TagClassName
{
border-color: #10E2F3;
}
</style>