Shades of Bright Turquoise #10DDE2
Tints of Bright Turquoise #10DDE2
RGB
CMYK
RGB Variations
Color information
#10DDE2 (or 0x10DDE2) is known color: Bright Turquoise. HEX triplet: 10, DD and E2. RGB value is (16,221,226). Sum of RGB (Red+Green+Blue) = 16+221+226=463 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.46% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 226 (88.67% from 255 or 48.81% from 463); Max value from RGB is 226 - color contains mainly: blue. Hex color #10DDE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DDE2 is #EF221D. Grayscale: #A0A0A0. Windows color (decimal): -15671838 or 14867728. OLE color: 14867728.
HSL color Cylindrical-coordinate representation of color #10DDE2: hue angle of 181.43º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DDE2 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 221 | 226 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.11 |
| HSL | 181.43º | 0.87% | 0.47% | - |
| HSV(B) | 181.43º | 0.93% | 0.89% | - |
| XYZ | 39.8 | 57.31 | 80.92 | - |
| YUV | 160.28 | 165.08 | 25.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 226 | 0.93 | 0.02 | 0 | 0.11 | 181.43 | 0.87 | 0.47 |
| Hex | 10 | DD | E2 | 5D | 2 | 0 | B | B5 | 57 | 2F |
| Octal | 20 | 335 | 342 | 135 | 2 | 0 | 13 | 265 | 127 | 57 |
| Binary | 10000 | 11011101 | 11100010 | 1011101 | 10 | 0 | 1011 | 10110101 | 1010111 | 101111 |
Color Harmonies of #10DDE2
Complementary color
Monochromatic Colors of #10DDE2
Black with #10DDE2
Text Example
Text Example
White with #10DDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DDE2; }
p { color: rgb(16,221,226); }
H1.HeaderClassName
{
color: #10DDE2;
}
.AnyTagClassName
{
color: #10DDE2;
}
</style>
background-color css
<style>
a { background-color: #10DDE2; }
a { background-color: rgb(16,221,226); }
div.DivClassName
{
background-color: #10DDE2;
}
.BgClassName
{
background-color: #10DDE2;
}
</style>
border-color css
<style>
span { border-color: #10DDE2; }
span { border-color: rgb(16,221,226); }
td.TdClassName
{
border-color: #10DDE2;
}
.TagClassName
{
border-color: #10DDE2;
}
</style>