Shades of Bright Turquoise #10DDE6
Tints of Bright Turquoise #10DDE6
RGB
CMYK
RGB Variations
Color information
#10DDE6 (or 0x10DDE6) is known color: Bright Turquoise. HEX triplet: 10, DD and E6. RGB value is (16,221,230). Sum of RGB (Red+Green+Blue) = 16+221+230=467 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.43% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #10DDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DDE6 is #EF2219. Grayscale: #A0A0A0. Windows color (decimal): -15671834 or 15129872. OLE color: 15129872.
HSL color Cylindrical-coordinate representation of color #10DDE6: hue angle of 182.52º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DDE6 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 221 | 230 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.10 |
| HSL | 182.52º | 0.87% | 0.48% | - |
| HSV(B) | 182.52º | 0.93% | 0.9% | - |
| XYZ | 40.35 | 57.54 | 83.84 | - |
| YUV | 160.73 | 167.08 | 24.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 230 | 0.93 | 0.04 | 0 | 0.10 | 182.52 | 0.87 | 0.48 |
| Hex | 10 | DD | E6 | 5D | 4 | 0 | A | B7 | 57 | 30 |
| Octal | 20 | 335 | 346 | 135 | 4 | 0 | 12 | 267 | 127 | 60 |
| Binary | 10000 | 11011101 | 11100110 | 1011101 | 100 | 0 | 1010 | 10110111 | 1010111 | 110000 |
Color Harmonies of #10DDE6
Complementary color
Monochromatic Colors of #10DDE6
Black with #10DDE6
Text Example
Text Example
White with #10DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DDE6; }
p { color: rgb(16,221,230); }
H1.HeaderClassName
{
color: #10DDE6;
}
.AnyTagClassName
{
color: #10DDE6;
}
</style>
background-color css
<style>
a { background-color: #10DDE6; }
a { background-color: rgb(16,221,230); }
div.DivClassName
{
background-color: #10DDE6;
}
.BgClassName
{
background-color: #10DDE6;
}
</style>
border-color css
<style>
span { border-color: #10DDE6; }
span { border-color: rgb(16,221,230); }
td.TdClassName
{
border-color: #10DDE6;
}
.TagClassName
{
border-color: #10DDE6;
}
</style>