Shades of Bright Turquoise #10D6DD
Tints of Bright Turquoise #10D6DD
RGB
CMYK
RGB Variations
Color information
#10D6DD (or 0x10D6DD) is known color: Bright Turquoise. HEX triplet: 10, D6 and DD. RGB value is (16,214,221). Sum of RGB (Red+Green+Blue) = 16+214+221=451 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.55% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #10D6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D6DD is #EF2922. Grayscale: #9B9B9B. Windows color (decimal): -15673635 or 14538256. OLE color: 14538256.
HSL color Cylindrical-coordinate representation of color #10D6DD: hue angle of 182.05º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D6DD is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 214 | 221 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.13 |
| HSL | 182.05º | 0.86% | 0.46% | - |
| HSV(B) | 182.05º | 0.93% | 0.87% | - |
| XYZ | 37.31 | 53.42 | 76.75 | - |
| YUV | 155.6 | 164.9 | 28.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 221 | 0.93 | 0.03 | 0 | 0.13 | 182.05 | 0.86 | 0.46 |
| Hex | 10 | D6 | DD | 5D | 3 | 0 | D | B6 | 56 | 2E |
| Octal | 20 | 326 | 335 | 135 | 3 | 0 | 15 | 266 | 126 | 56 |
| Binary | 10000 | 11010110 | 11011101 | 1011101 | 11 | 0 | 1101 | 10110110 | 1010110 | 101110 |
Color Harmonies of #10D6DD
Complementary color
Monochromatic Colors of #10D6DD
Black with #10D6DD
Text Example
Text Example
White with #10D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D6DD; }
p { color: rgb(16,214,221); }
H1.HeaderClassName
{
color: #10D6DD;
}
.AnyTagClassName
{
color: #10D6DD;
}
</style>
background-color css
<style>
a { background-color: #10D6DD; }
a { background-color: rgb(16,214,221); }
div.DivClassName
{
background-color: #10D6DD;
}
.BgClassName
{
background-color: #10D6DD;
}
</style>
border-color css
<style>
span { border-color: #10D6DD; }
span { border-color: rgb(16,214,221); }
td.TdClassName
{
border-color: #10D6DD;
}
.TagClassName
{
border-color: #10D6DD;
}
</style>