Shades of Dark Turquoise #10BEE3
Tints of Dark Turquoise #10BEE3
RGB
CMYK
RGB Variations
Color information
#10BEE3 (or 0x10BEE3) is known color: Dark Turquoise. HEX triplet: 10, BE and E3. RGB value is (16,190,227). Sum of RGB (Red+Green+Blue) = 16+190+227=433 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 227 (89.06% from 255 or 52.42% from 433); Max value from RGB is 227 - color contains mainly: blue. Hex color #10BEE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEE3 is #EF411C. Grayscale: #8D8D8D. Windows color (decimal): -15679773 or 14925328. OLE color: 14925328.
HSL color Cylindrical-coordinate representation of color #10BEE3: hue angle of 190.52º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BEE3 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 190 | 227 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.11 |
| HSL | 190.52º | 0.87% | 0.48% | - |
| HSV(B) | 190.52º | 0.93% | 0.89% | - |
| XYZ | 32.49 | 42.48 | 79.16 | - |
| YUV | 142.19 | 175.85 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 227 | 0.93 | 0.16 | 0 | 0.11 | 190.52 | 0.87 | 0.48 |
| Hex | 10 | BE | E3 | 5D | 10 | 0 | B | BF | 57 | 30 |
| Octal | 20 | 276 | 343 | 135 | 20 | 0 | 13 | 277 | 127 | 60 |
| Binary | 10000 | 10111110 | 11100011 | 1011101 | 10000 | 0 | 1011 | 10111111 | 1010111 | 110000 |
Color Harmonies of #10BEE3
Complementary color
Monochromatic Colors of #10BEE3
Black with #10BEE3
Text Example
Text Example
White with #10BEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BEE3; }
p { color: rgb(16,190,227); }
H1.HeaderClassName
{
color: #10BEE3;
}
.AnyTagClassName
{
color: #10BEE3;
}
</style>
background-color css
<style>
a { background-color: #10BEE3; }
a { background-color: rgb(16,190,227); }
div.DivClassName
{
background-color: #10BEE3;
}
.BgClassName
{
background-color: #10BEE3;
}
</style>
border-color css
<style>
span { border-color: #10BEE3; }
span { border-color: rgb(16,190,227); }
td.TdClassName
{
border-color: #10BEE3;
}
.TagClassName
{
border-color: #10BEE3;
}
</style>