Shades of Bright Turquoise #10DCDD
Tints of Bright Turquoise #10DCDD
RGB
CMYK
RGB Variations
Color information
#10DCDD (or 0x10DCDD) is known color: Bright Turquoise. HEX triplet: 10, DC and DD. RGB value is (16,220,221). Sum of RGB (Red+Green+Blue) = 16+220+221=457 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.50% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #10DCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCDD is #EF2322. Grayscale: #9E9E9E. Windows color (decimal): -15672099 or 14539792. OLE color: 14539792.
HSL color Cylindrical-coordinate representation of color #10DCDD: hue angle of 180.29º 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 #10DCDD is Cyan = 0.93, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 220 | 221 | - |
| CMYK | 0.93 | 0.00 | 0 | 0.13 |
| HSL | 180.29º | 0.86% | 0.46% | - |
| HSV(B) | 180.29º | 0.93% | 0.87% | - |
| XYZ | 38.86 | 56.52 | 77.27 | - |
| YUV | 159.12 | 162.91 | 25.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 221 | 0.93 | 0.00 | 0 | 0.13 | 180.29 | 0.86 | 0.46 |
| Hex | 10 | DC | DD | 5D | 0 | 0 | D | B4 | 56 | 2E |
| Octal | 20 | 334 | 335 | 135 | 0 | 0 | 15 | 264 | 126 | 56 |
| Binary | 10000 | 11011100 | 11011101 | 1011101 | 0 | 0 | 1101 | 10110100 | 1010110 | 101110 |
Color Harmonies of #10DCDD
Complementary color
Monochromatic Colors of #10DCDD
Black with #10DCDD
Text Example
Text Example
White with #10DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCDD; }
p { color: rgb(16,220,221); }
H1.HeaderClassName
{
color: #10DCDD;
}
.AnyTagClassName
{
color: #10DCDD;
}
</style>
background-color css
<style>
a { background-color: #10DCDD; }
a { background-color: rgb(16,220,221); }
div.DivClassName
{
background-color: #10DCDD;
}
.BgClassName
{
background-color: #10DCDD;
}
</style>
border-color css
<style>
span { border-color: #10DCDD; }
span { border-color: rgb(16,220,221); }
td.TdClassName
{
border-color: #10DCDD;
}
.TagClassName
{
border-color: #10DCDD;
}
</style>