Shades of Bright Turquoise #10DCD3
Tints of Bright Turquoise #10DCD3
RGB
CMYK
RGB Variations
Color information
#10DCD3 (or 0x10DCD3) is known color: Bright Turquoise. HEX triplet: 10, DC and D3. RGB value is (16,220,211). Sum of RGB (Red+Green+Blue) = 16+220+211=447 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.58% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 211 (82.81% from 255 or 47.20% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCD3 is #EF232C. Grayscale: #9D9D9D. Windows color (decimal): -15672109 or 13884432. OLE color: 13884432.
HSL color Cylindrical-coordinate representation of color #10DCD3: hue angle of 177.35º 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 #10DCD3 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 211 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.14 |
| HSL | 177.35º | 0.86% | 0.46% | - |
| HSV(B) | 177.35º | 0.93% | 0.86% | - |
| XYZ | 37.56 | 56 | 70.46 | - |
| YUV | 157.98 | 157.91 | 26.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 211 | 0.93 | 0 | 0.04 | 0.14 | 177.35 | 0.86 | 0.46 |
| Hex | 10 | DC | D3 | 5D | 0 | 4 | E | B1 | 56 | 2E |
| Octal | 20 | 334 | 323 | 135 | 0 | 4 | 16 | 261 | 126 | 56 |
| Binary | 10000 | 11011100 | 11010011 | 1011101 | 0 | 100 | 1110 | 10110001 | 1010110 | 101110 |
Color Harmonies of #10DCD3
Complementary color
Monochromatic Colors of #10DCD3
Black with #10DCD3
Text Example
Text Example
White with #10DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCD3; }
p { color: rgb(16,220,211); }
H1.HeaderClassName
{
color: #10DCD3;
}
.AnyTagClassName
{
color: #10DCD3;
}
</style>
background-color css
<style>
a { background-color: #10DCD3; }
a { background-color: rgb(16,220,211); }
div.DivClassName
{
background-color: #10DCD3;
}
.BgClassName
{
background-color: #10DCD3;
}
</style>
border-color css
<style>
span { border-color: #10DCD3; }
span { border-color: rgb(16,220,211); }
td.TdClassName
{
border-color: #10DCD3;
}
.TagClassName
{
border-color: #10DCD3;
}
</style>