Shades of Bright Turquoise #10DADD
Tints of Bright Turquoise #10DADD
RGB
CMYK
RGB Variations
Color information
#10DADD (or 0x10DADD) is known color: Bright Turquoise. HEX triplet: 10, DA and DD. RGB value is (16,218,221). Sum of RGB (Red+Green+Blue) = 16+218+221=455 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.52% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #10DADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DADD is #EF2522. Grayscale: #9D9D9D. Windows color (decimal): -15672611 or 14539280. OLE color: 14539280.
HSL color Cylindrical-coordinate representation of color #10DADD: hue angle of 180.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DADD is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 218 | 221 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.13 |
| HSL | 180.88º | 0.86% | 0.46% | - |
| HSV(B) | 180.88º | 0.93% | 0.87% | - |
| XYZ | 38.34 | 55.47 | 77.09 | - |
| YUV | 157.94 | 163.58 | 26.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 221 | 0.93 | 0.01 | 0 | 0.13 | 180.88 | 0.86 | 0.46 |
| Hex | 10 | DA | DD | 5D | 1 | 0 | D | B5 | 56 | 2E |
| Octal | 20 | 332 | 335 | 135 | 1 | 0 | 15 | 265 | 126 | 56 |
| Binary | 10000 | 11011010 | 11011101 | 1011101 | 1 | 0 | 1101 | 10110101 | 1010110 | 101110 |
Color Harmonies of #10DADD
Complementary color
Monochromatic Colors of #10DADD
Black with #10DADD
Text Example
Text Example
White with #10DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DADD; }
p { color: rgb(16,218,221); }
H1.HeaderClassName
{
color: #10DADD;
}
.AnyTagClassName
{
color: #10DADD;
}
</style>
background-color css
<style>
a { background-color: #10DADD; }
a { background-color: rgb(16,218,221); }
div.DivClassName
{
background-color: #10DADD;
}
.BgClassName
{
background-color: #10DADD;
}
</style>
border-color css
<style>
span { border-color: #10DADD; }
span { border-color: rgb(16,218,221); }
td.TdClassName
{
border-color: #10DADD;
}
.TagClassName
{
border-color: #10DADD;
}
</style>