Shades of Bright Turquoise #10DBE6
Tints of Bright Turquoise #10DBE6
RGB
CMYK
RGB Variations
Color information
#10DBE6 (or 0x10DBE6) is known color: Bright Turquoise. HEX triplet: 10, DB and E6. RGB value is (16,219,230). Sum of RGB (Red+Green+Blue) = 16+219+230=465 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.44% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #10DBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DBE6 is #EF2419. Grayscale: #9F9F9F. Windows color (decimal): -15672346 or 15129360. OLE color: 15129360.
HSL color Cylindrical-coordinate representation of color #10DBE6: hue angle of 183.08º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DBE6 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 219 | 230 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.10 |
| HSL | 183.08º | 0.87% | 0.48% | - |
| HSV(B) | 183.08º | 0.93% | 0.9% | - |
| XYZ | 39.83 | 56.49 | 83.67 | - |
| YUV | 159.56 | 167.75 | 25.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 230 | 0.93 | 0.05 | 0 | 0.10 | 183.08 | 0.87 | 0.48 |
| Hex | 10 | DB | E6 | 5D | 5 | 0 | A | B7 | 57 | 30 |
| Octal | 20 | 333 | 346 | 135 | 5 | 0 | 12 | 267 | 127 | 60 |
| Binary | 10000 | 11011011 | 11100110 | 1011101 | 101 | 0 | 1010 | 10110111 | 1010111 | 110000 |
Color Harmonies of #10DBE6
Complementary color
Monochromatic Colors of #10DBE6
Black with #10DBE6
Text Example
Text Example
White with #10DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBE6; }
p { color: rgb(16,219,230); }
H1.HeaderClassName
{
color: #10DBE6;
}
.AnyTagClassName
{
color: #10DBE6;
}
</style>
background-color css
<style>
a { background-color: #10DBE6; }
a { background-color: rgb(16,219,230); }
div.DivClassName
{
background-color: #10DBE6;
}
.BgClassName
{
background-color: #10DBE6;
}
</style>
border-color css
<style>
span { border-color: #10DBE6; }
span { border-color: rgb(16,219,230); }
td.TdClassName
{
border-color: #10DBE6;
}
.TagClassName
{
border-color: #10DBE6;
}
</style>