Shades of Bright Turquoise #10E7DF
Tints of Bright Turquoise #10E7DF
RGB
CMYK
RGB Variations
Color information
#10E7DF (or 0x10E7DF) is known color: Bright Turquoise. HEX triplet: 10, E7 and DF. RGB value is (16,231,223). Sum of RGB (Red+Green+Blue) = 16+231+223=470 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 231 - color contains mainly: green. Hex color #10E7DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10E7DF is #EF1820. Grayscale: #A5A5A5. Windows color (decimal): -15669281 or 14673680. OLE color: 14673680.
HSL color Cylindrical-coordinate representation of color #10E7DF: hue angle of 177.77º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E7DF is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 231 | 223 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.09 |
| HSL | 177.77º | 0.87% | 0.48% | - |
| HSV(B) | 177.77º | 0.93% | 0.91% | - |
| XYZ | 42.11 | 62.59 | 79.67 | - |
| YUV | 165.8 | 160.27 | 21.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 231 | 223 | 0.93 | 0 | 0.03 | 0.09 | 177.77 | 0.87 | 0.48 |
| Hex | 10 | E7 | DF | 5D | 0 | 3 | 9 | B2 | 57 | 30 |
| Octal | 20 | 347 | 337 | 135 | 0 | 3 | 11 | 262 | 127 | 60 |
| Binary | 10000 | 11100111 | 11011111 | 1011101 | 0 | 11 | 1001 | 10110010 | 1010111 | 110000 |
Color Harmonies of #10E7DF
Complementary color
Monochromatic Colors of #10E7DF
Black with #10E7DF
Text Example
Text Example
White with #10E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E7DF; }
p { color: rgb(16,231,223); }
H1.HeaderClassName
{
color: #10E7DF;
}
.AnyTagClassName
{
color: #10E7DF;
}
</style>
background-color css
<style>
a { background-color: #10E7DF; }
a { background-color: rgb(16,231,223); }
div.DivClassName
{
background-color: #10E7DF;
}
.BgClassName
{
background-color: #10E7DF;
}
</style>
border-color css
<style>
span { border-color: #10E7DF; }
span { border-color: rgb(16,231,223); }
td.TdClassName
{
border-color: #10E7DF;
}
.TagClassName
{
border-color: #10E7DF;
}
</style>