Shades of Dark Turquoise #10BEE2
Tints of Dark Turquoise #10BEE2
RGB
CMYK
RGB Variations
Color information
#10BEE2 (or 0x10BEE2) is known color: Dark Turquoise. HEX triplet: 10, BE and E2. RGB value is (16,190,226). Sum of RGB (Red+Green+Blue) = 16+190+226=432 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 226 (88.67% from 255 or 52.31% from 432); Max value from RGB is 226 - color contains mainly: blue. Hex color #10BEE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEE2 is #EF411D. Grayscale: #8D8D8D. Windows color (decimal): -15679774 or 14859792. OLE color: 14859792.
HSL color Cylindrical-coordinate representation of color #10BEE2: hue angle of 190.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BEE2 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 190 | 226 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.11 |
| HSL | 190.29º | 0.87% | 0.47% | - |
| HSV(B) | 190.29º | 0.93% | 0.89% | - |
| XYZ | 32.35 | 42.43 | 78.44 | - |
| YUV | 142.08 | 175.35 | 38.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 226 | 0.93 | 0.16 | 0 | 0.11 | 190.29 | 0.87 | 0.47 |
| Hex | 10 | BE | E2 | 5D | 10 | 0 | B | BE | 57 | 2F |
| Octal | 20 | 276 | 342 | 135 | 20 | 0 | 13 | 276 | 127 | 57 |
| Binary | 10000 | 10111110 | 11100010 | 1011101 | 10000 | 0 | 1011 | 10111110 | 1010111 | 101111 |
Color Harmonies of #10BEE2
Complementary color
Monochromatic Colors of #10BEE2
Black with #10BEE2
Text Example
Text Example
White with #10BEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BEE2; }
p { color: rgb(16,190,226); }
H1.HeaderClassName
{
color: #10BEE2;
}
.AnyTagClassName
{
color: #10BEE2;
}
</style>
background-color css
<style>
a { background-color: #10BEE2; }
a { background-color: rgb(16,190,226); }
div.DivClassName
{
background-color: #10BEE2;
}
.BgClassName
{
background-color: #10BEE2;
}
</style>
border-color css
<style>
span { border-color: #10BEE2; }
span { border-color: rgb(16,190,226); }
td.TdClassName
{
border-color: #10BEE2;
}
.TagClassName
{
border-color: #10BEE2;
}
</style>