Shades of Bright Turquoise #10DBE3
Tints of Bright Turquoise #10DBE3
RGB
CMYK
RGB Variations
Color information
#10DBE3 (or 0x10DBE3) is known color: Bright Turquoise. HEX triplet: 10, DB and E3. RGB value is (16,219,227). Sum of RGB (Red+Green+Blue) = 16+219+227=462 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.46% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 227 (89.06% from 255 or 49.13% from 462); Max value from RGB is 227 - color contains mainly: blue. Hex color #10DBE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DBE3 is #EF241C. Grayscale: #9E9E9E. Windows color (decimal): -15672349 or 14932752. OLE color: 14932752.
HSL color Cylindrical-coordinate representation of color #10DBE3: hue angle of 182.27º 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 #10DBE3 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 219 | 227 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.11 |
| HSL | 182.27º | 0.87% | 0.48% | - |
| HSV(B) | 182.27º | 0.93% | 0.89% | - |
| XYZ | 39.41 | 56.32 | 81.47 | - |
| YUV | 159.22 | 166.25 | 25.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 227 | 0.93 | 0.04 | 0 | 0.11 | 182.27 | 0.87 | 0.48 |
| Hex | 10 | DB | E3 | 5D | 4 | 0 | B | B6 | 57 | 30 |
| Octal | 20 | 333 | 343 | 135 | 4 | 0 | 13 | 266 | 127 | 60 |
| Binary | 10000 | 11011011 | 11100011 | 1011101 | 100 | 0 | 1011 | 10110110 | 1010111 | 110000 |
Color Harmonies of #10DBE3
Complementary color
Monochromatic Colors of #10DBE3
Black with #10DBE3
Text Example
Text Example
White with #10DBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBE3; }
p { color: rgb(16,219,227); }
H1.HeaderClassName
{
color: #10DBE3;
}
.AnyTagClassName
{
color: #10DBE3;
}
</style>
background-color css
<style>
a { background-color: #10DBE3; }
a { background-color: rgb(16,219,227); }
div.DivClassName
{
background-color: #10DBE3;
}
.BgClassName
{
background-color: #10DBE3;
}
</style>
border-color css
<style>
span { border-color: #10DBE3; }
span { border-color: rgb(16,219,227); }
td.TdClassName
{
border-color: #10DBE3;
}
.TagClassName
{
border-color: #10DBE3;
}
</style>