Shades of Bright Turquoise #10DEDD
Tints of Bright Turquoise #10DEDD
RGB
CMYK
RGB Variations
Color information
#10DEDD (or 0x10DEDD) is known color: Bright Turquoise. HEX triplet: 10, DE and DD. RGB value is (16,222,221). Sum of RGB (Red+Green+Blue) = 16+222+221=459 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #10DEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DEDD is #EF2122. Grayscale: #A0A0A0. Windows color (decimal): -15671587 or 14540304. OLE color: 14540304.
HSL color Cylindrical-coordinate representation of color #10DEDD: hue angle of 179.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DEDD is Cyan = 0.93, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 222 | 221 | - |
| CMYK | 0.93 | 0 | 0.00 | 0.13 |
| HSL | 179.71º | 0.87% | 0.47% | - |
| HSV(B) | 179.71º | 0.93% | 0.87% | - |
| XYZ | 39.39 | 57.57 | 77.44 | - |
| YUV | 160.29 | 162.25 | 25.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 222 | 221 | 0.93 | 0 | 0.00 | 0.13 | 179.71 | 0.87 | 0.47 |
| Hex | 10 | DE | DD | 5D | 0 | 0 | D | B4 | 57 | 2F |
| Octal | 20 | 336 | 335 | 135 | 0 | 0 | 15 | 264 | 127 | 57 |
| Binary | 10000 | 11011110 | 11011101 | 1011101 | 0 | 0 | 1101 | 10110100 | 1010111 | 101111 |
Color Harmonies of #10DEDD
Complementary color
Monochromatic Colors of #10DEDD
Black with #10DEDD
Text Example
Text Example
White with #10DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DEDD; }
p { color: rgb(16,222,221); }
H1.HeaderClassName
{
color: #10DEDD;
}
.AnyTagClassName
{
color: #10DEDD;
}
</style>
background-color css
<style>
a { background-color: #10DEDD; }
a { background-color: rgb(16,222,221); }
div.DivClassName
{
background-color: #10DEDD;
}
.BgClassName
{
background-color: #10DEDD;
}
</style>
border-color css
<style>
span { border-color: #10DEDD; }
span { border-color: rgb(16,222,221); }
td.TdClassName
{
border-color: #10DEDD;
}
.TagClassName
{
border-color: #10DEDD;
}
</style>