Shades of Bright Turquoise #10EDDC
Tints of Bright Turquoise #10EDDC
RGB
CMYK
RGB Variations
Color information
#10EDDC (or 0x10EDDC) is known color: Bright Turquoise. HEX triplet: 10, ED and DC. RGB value is (16,237,220). Sum of RGB (Red+Green+Blue) = 16+237+220=473 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.38% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #10EDDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EDDC is #EF1223. Grayscale: #A8A8A8. Windows color (decimal): -15667748 or 14478608. OLE color: 14478608.
HSL color Cylindrical-coordinate representation of color #10EDDC: hue angle of 175.38º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EDDC is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 237 | 220 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.07 |
| HSL | 175.38º | 0.87% | 0.5% | - |
| HSV(B) | 175.38º | 0.93% | 0.93% | - |
| XYZ | 43.42 | 65.85 | 78.13 | - |
| YUV | 168.98 | 156.78 | 18.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 237 | 220 | 0.93 | 0 | 0.07 | 0.07 | 175.38 | 0.87 | 0.5 |
| Hex | 10 | ED | DC | 5D | 0 | 7 | 7 | AF | 57 | 32 |
| Octal | 20 | 355 | 334 | 135 | 0 | 7 | 7 | 257 | 127 | 62 |
| Binary | 10000 | 11101101 | 11011100 | 1011101 | 0 | 111 | 111 | 10101111 | 1010111 | 110010 |
Color Harmonies of #10EDDC
Complementary color
Monochromatic Colors of #10EDDC
Black with #10EDDC
Text Example
Text Example
White with #10EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EDDC; }
p { color: rgb(16,237,220); }
H1.HeaderClassName
{
color: #10EDDC;
}
.AnyTagClassName
{
color: #10EDDC;
}
</style>
background-color css
<style>
a { background-color: #10EDDC; }
a { background-color: rgb(16,237,220); }
div.DivClassName
{
background-color: #10EDDC;
}
.BgClassName
{
background-color: #10EDDC;
}
</style>
border-color css
<style>
span { border-color: #10EDDC; }
span { border-color: rgb(16,237,220); }
td.TdClassName
{
border-color: #10EDDC;
}
.TagClassName
{
border-color: #10EDDC;
}
</style>