Shades of Bright Turquoise #10DCE9
Tints of Bright Turquoise #10DCE9
RGB
CMYK
RGB Variations
Color information
#10DCE9 (or 0x10DCE9) is known color: Bright Turquoise. HEX triplet: 10, DC and E9. RGB value is (16,220,233). Sum of RGB (Red+Green+Blue) = 16+220+233=469 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.41% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 233 (91.41% from 255 or 49.68% from 469); Max value from RGB is 233 - color contains mainly: blue. Hex color #10DCE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DCE9 is #EF2316. Grayscale: #A0A0A0. Windows color (decimal): -15672087 or 15326224. OLE color: 15326224.
HSL color Cylindrical-coordinate representation of color #10DCE9: hue angle of 183.59º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DCE9 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 220 | 233 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.09 |
| HSL | 183.59º | 0.87% | 0.49% | - |
| HSV(B) | 183.59º | 0.93% | 0.91% | - |
| XYZ | 40.51 | 57.18 | 85.99 | - |
| YUV | 160.49 | 168.91 | 24.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 233 | 0.93 | 0.06 | 0 | 0.09 | 183.59 | 0.87 | 0.49 |
| Hex | 10 | DC | E9 | 5D | 6 | 0 | 9 | B8 | 57 | 31 |
| Octal | 20 | 334 | 351 | 135 | 6 | 0 | 11 | 270 | 127 | 61 |
| Binary | 10000 | 11011100 | 11101001 | 1011101 | 110 | 0 | 1001 | 10111000 | 1010111 | 110001 |
Color Harmonies of #10DCE9
Complementary color
Monochromatic Colors of #10DCE9
Black with #10DCE9
Text Example
Text Example
White with #10DCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCE9; }
p { color: rgb(16,220,233); }
H1.HeaderClassName
{
color: #10DCE9;
}
.AnyTagClassName
{
color: #10DCE9;
}
</style>
background-color css
<style>
a { background-color: #10DCE9; }
a { background-color: rgb(16,220,233); }
div.DivClassName
{
background-color: #10DCE9;
}
.BgClassName
{
background-color: #10DCE9;
}
</style>
border-color css
<style>
span { border-color: #10DCE9; }
span { border-color: rgb(16,220,233); }
td.TdClassName
{
border-color: #10DCE9;
}
.TagClassName
{
border-color: #10DCE9;
}
</style>