Shades of Bright Turquoise #10DCE8
Tints of Bright Turquoise #10DCE8
RGB
CMYK
RGB Variations
Color information
#10DCE8 (or 0x10DCE8) is known color: Bright Turquoise. HEX triplet: 10, DC and E8. RGB value is (16,220,232). Sum of RGB (Red+Green+Blue) = 16+220+232=468 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.42% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #10DCE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DCE8 is #EF2317. Grayscale: #A0A0A0. Windows color (decimal): -15672088 or 15260688. OLE color: 15260688.
HSL color Cylindrical-coordinate representation of color #10DCE8: hue angle of 183.33º 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 #10DCE8 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 220 | 232 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.09 |
| HSL | 183.33º | 0.87% | 0.49% | - |
| HSV(B) | 183.33º | 0.93% | 0.91% | - |
| XYZ | 40.37 | 57.12 | 85.24 | - |
| YUV | 160.37 | 168.41 | 25.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 232 | 0.93 | 0.05 | 0 | 0.09 | 183.33 | 0.87 | 0.49 |
| Hex | 10 | DC | E8 | 5D | 5 | 0 | 9 | B7 | 57 | 31 |
| Octal | 20 | 334 | 350 | 135 | 5 | 0 | 11 | 267 | 127 | 61 |
| Binary | 10000 | 11011100 | 11101000 | 1011101 | 101 | 0 | 1001 | 10110111 | 1010111 | 110001 |
Color Harmonies of #10DCE8
Complementary color
Monochromatic Colors of #10DCE8
Black with #10DCE8
Text Example
Text Example
White with #10DCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCE8; }
p { color: rgb(16,220,232); }
H1.HeaderClassName
{
color: #10DCE8;
}
.AnyTagClassName
{
color: #10DCE8;
}
</style>
background-color css
<style>
a { background-color: #10DCE8; }
a { background-color: rgb(16,220,232); }
div.DivClassName
{
background-color: #10DCE8;
}
.BgClassName
{
background-color: #10DCE8;
}
</style>
border-color css
<style>
span { border-color: #10DCE8; }
span { border-color: rgb(16,220,232); }
td.TdClassName
{
border-color: #10DCE8;
}
.TagClassName
{
border-color: #10DCE8;
}
</style>