Shades of Bright Turquoise #10DDEC
Tints of Bright Turquoise #10DDEC
RGB
CMYK
RGB Variations
Color information
#10DDEC (or 0x10DDEC) is known color: Bright Turquoise. HEX triplet: 10, DD and EC. RGB value is (16,221,236). Sum of RGB (Red+Green+Blue) = 16+221+236=473 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.38% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #10DDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DDEC is #EF2213. Grayscale: #A1A1A1. Windows color (decimal): -15671828 or 15523088. OLE color: 15523088.
HSL color Cylindrical-coordinate representation of color #10DDEC: hue angle of 184.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DDEC is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 221 | 236 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.07 |
| HSL | 184.09º | 0.87% | 0.49% | - |
| HSV(B) | 184.09º | 0.93% | 0.93% | - |
| XYZ | 41.21 | 57.88 | 88.36 | - |
| YUV | 161.42 | 170.08 | 24.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 236 | 0.93 | 0.06 | 0 | 0.07 | 184.09 | 0.87 | 0.49 |
| Hex | 10 | DD | EC | 5D | 6 | 0 | 7 | B8 | 57 | 31 |
| Octal | 20 | 335 | 354 | 135 | 6 | 0 | 7 | 270 | 127 | 61 |
| Binary | 10000 | 11011101 | 11101100 | 1011101 | 110 | 0 | 111 | 10111000 | 1010111 | 110001 |
Color Harmonies of #10DDEC
Complementary color
Monochromatic Colors of #10DDEC
Black with #10DDEC
Text Example
Text Example
White with #10DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DDEC; }
p { color: rgb(16,221,236); }
H1.HeaderClassName
{
color: #10DDEC;
}
.AnyTagClassName
{
color: #10DDEC;
}
</style>
background-color css
<style>
a { background-color: #10DDEC; }
a { background-color: rgb(16,221,236); }
div.DivClassName
{
background-color: #10DDEC;
}
.BgClassName
{
background-color: #10DDEC;
}
</style>
border-color css
<style>
span { border-color: #10DDEC; }
span { border-color: rgb(16,221,236); }
td.TdClassName
{
border-color: #10DDEC;
}
.TagClassName
{
border-color: #10DDEC;
}
</style>