Shades of Bright Turquoise #10DBE1
Tints of Bright Turquoise #10DBE1
RGB
CMYK
RGB Variations
Color information
#10DBE1 (or 0x10DBE1) is known color: Bright Turquoise. HEX triplet: 10, DB and E1. RGB value is (16,219,225). Sum of RGB (Red+Green+Blue) = 16+219+225=460 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.48% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 225 - color contains mainly: blue. Hex color #10DBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DBE1 is #EF241E. Grayscale: #9E9E9E. Windows color (decimal): -15672351 or 14801680. OLE color: 14801680.
HSL color Cylindrical-coordinate representation of color #10DBE1: hue angle of 181.72º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DBE1 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 219 | 225 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.12 |
| HSL | 181.72º | 0.87% | 0.47% | - |
| HSV(B) | 181.72º | 0.93% | 0.88% | - |
| XYZ | 39.14 | 56.21 | 80.02 | - |
| YUV | 158.99 | 165.25 | 26.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 225 | 0.93 | 0.03 | 0 | 0.12 | 181.72 | 0.87 | 0.47 |
| Hex | 10 | DB | E1 | 5D | 3 | 0 | C | B6 | 57 | 2F |
| Octal | 20 | 333 | 341 | 135 | 3 | 0 | 14 | 266 | 127 | 57 |
| Binary | 10000 | 11011011 | 11100001 | 1011101 | 11 | 0 | 1100 | 10110110 | 1010111 | 101111 |
Color Harmonies of #10DBE1
Complementary color
Monochromatic Colors of #10DBE1
Black with #10DBE1
Text Example
Text Example
White with #10DBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBE1; }
p { color: rgb(16,219,225); }
H1.HeaderClassName
{
color: #10DBE1;
}
.AnyTagClassName
{
color: #10DBE1;
}
</style>
background-color css
<style>
a { background-color: #10DBE1; }
a { background-color: rgb(16,219,225); }
div.DivClassName
{
background-color: #10DBE1;
}
.BgClassName
{
background-color: #10DBE1;
}
</style>
border-color css
<style>
span { border-color: #10DBE1; }
span { border-color: rgb(16,219,225); }
td.TdClassName
{
border-color: #10DBE1;
}
.TagClassName
{
border-color: #10DBE1;
}
</style>