Shades of Bright Turquoise #10DBD3
Tints of Bright Turquoise #10DBD3
RGB
CMYK
RGB Variations
Color information
#10DBD3 (or 0x10DBD3) is known color: Bright Turquoise. HEX triplet: 10, DB and D3. RGB value is (16,219,211). Sum of RGB (Red+Green+Blue) = 16+219+211=446 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.59% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #10DBD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DBD3 is #EF242C. Grayscale: #9D9D9D. Windows color (decimal): -15672365 or 13884176. OLE color: 13884176.
HSL color Cylindrical-coordinate representation of color #10DBD3: hue angle of 177.64º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DBD3 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 211 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.14 |
| HSL | 177.64º | 0.86% | 0.46% | - |
| HSV(B) | 177.64º | 0.93% | 0.86% | - |
| XYZ | 37.3 | 55.48 | 70.37 | - |
| YUV | 157.39 | 158.25 | 27.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 211 | 0.93 | 0 | 0.04 | 0.14 | 177.64 | 0.86 | 0.46 |
| Hex | 10 | DB | D3 | 5D | 0 | 4 | E | B2 | 56 | 2E |
| Octal | 20 | 333 | 323 | 135 | 0 | 4 | 16 | 262 | 126 | 56 |
| Binary | 10000 | 11011011 | 11010011 | 1011101 | 0 | 100 | 1110 | 10110010 | 1010110 | 101110 |
Color Harmonies of #10DBD3
Complementary color
Monochromatic Colors of #10DBD3
Black with #10DBD3
Text Example
Text Example
White with #10DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBD3; }
p { color: rgb(16,219,211); }
H1.HeaderClassName
{
color: #10DBD3;
}
.AnyTagClassName
{
color: #10DBD3;
}
</style>
background-color css
<style>
a { background-color: #10DBD3; }
a { background-color: rgb(16,219,211); }
div.DivClassName
{
background-color: #10DBD3;
}
.BgClassName
{
background-color: #10DBD3;
}
</style>
border-color css
<style>
span { border-color: #10DBD3; }
span { border-color: rgb(16,219,211); }
td.TdClassName
{
border-color: #10DBD3;
}
.TagClassName
{
border-color: #10DBD3;
}
</style>