Shades of Bright Turquoise #10D3EB
Tints of Bright Turquoise #10D3EB
RGB
CMYK
RGB Variations
Color information
#10D3EB (or 0x10D3EB) is known color: Bright Turquoise. HEX triplet: 10, D3 and EB. RGB value is (16,211,235). Sum of RGB (Red+Green+Blue) = 16+211+235=462 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.46% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #10D3EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D3EB is #EF2C14. Grayscale: #9B9B9B. Windows color (decimal): -15674389 or 15454992. OLE color: 15454992.
HSL color Cylindrical-coordinate representation of color #10D3EB: hue angle of 186.58º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D3EB is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 211 | 235 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.08 |
| HSL | 186.58º | 0.87% | 0.49% | - |
| HSV(B) | 186.58º | 0.93% | 0.92% | - |
| XYZ | 38.5 | 52.7 | 86.74 | - |
| YUV | 155.43 | 172.9 | 28.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 211 | 235 | 0.93 | 0.10 | 0 | 0.08 | 186.58 | 0.87 | 0.49 |
| Hex | 10 | D3 | EB | 5D | A | 0 | 8 | BB | 57 | 31 |
| Octal | 20 | 323 | 353 | 135 | 12 | 0 | 10 | 273 | 127 | 61 |
| Binary | 10000 | 11010011 | 11101011 | 1011101 | 1010 | 0 | 1000 | 10111011 | 1010111 | 110001 |
Color Harmonies of #10D3EB
Complementary color
Monochromatic Colors of #10D3EB
Black with #10D3EB
Text Example
Text Example
White with #10D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D3EB; }
p { color: rgb(16,211,235); }
H1.HeaderClassName
{
color: #10D3EB;
}
.AnyTagClassName
{
color: #10D3EB;
}
</style>
background-color css
<style>
a { background-color: #10D3EB; }
a { background-color: rgb(16,211,235); }
div.DivClassName
{
background-color: #10D3EB;
}
.BgClassName
{
background-color: #10D3EB;
}
</style>
border-color css
<style>
span { border-color: #10D3EB; }
span { border-color: rgb(16,211,235); }
td.TdClassName
{
border-color: #10D3EB;
}
.TagClassName
{
border-color: #10D3EB;
}
</style>