Shades of Bright Turquoise #10EDC8
Tints of Bright Turquoise #10EDC8
RGB
CMYK
RGB Variations
Color information
#10EDC8 (or 0x10EDC8) is known color: Bright Turquoise. HEX triplet: 10, ED and C8. RGB value is (16,237,200). Sum of RGB (Red+Green+Blue) = 16+237+200=453 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.53% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #10EDC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EDC8 is #EF1237. Grayscale: #A6A6A6. Windows color (decimal): -15667768 or 13167888. OLE color: 13167888.
HSL color Cylindrical-coordinate representation of color #10EDC8: hue angle of 169.95º 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 #10EDC8 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 237 | 200 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.07 |
| HSL | 169.95º | 0.87% | 0.5% | - |
| HSV(B) | 169.95º | 0.93% | 0.93% | - |
| XYZ | 40.92 | 64.85 | 65 | - |
| YUV | 166.7 | 146.78 | 20.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 237 | 200 | 0.93 | 0 | 0.16 | 0.07 | 169.95 | 0.87 | 0.5 |
| Hex | 10 | ED | C8 | 5D | 0 | 10 | 7 | AA | 57 | 32 |
| Octal | 20 | 355 | 310 | 135 | 0 | 20 | 7 | 252 | 127 | 62 |
| Binary | 10000 | 11101101 | 11001000 | 1011101 | 0 | 10000 | 111 | 10101010 | 1010111 | 110010 |
Color Harmonies of #10EDC8
Complementary color
Monochromatic Colors of #10EDC8
Black with #10EDC8
Text Example
Text Example
White with #10EDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EDC8; }
p { color: rgb(16,237,200); }
H1.HeaderClassName
{
color: #10EDC8;
}
.AnyTagClassName
{
color: #10EDC8;
}
</style>
background-color css
<style>
a { background-color: #10EDC8; }
a { background-color: rgb(16,237,200); }
div.DivClassName
{
background-color: #10EDC8;
}
.BgClassName
{
background-color: #10EDC8;
}
</style>
border-color css
<style>
span { border-color: #10EDC8; }
span { border-color: rgb(16,237,200); }
td.TdClassName
{
border-color: #10EDC8;
}
.TagClassName
{
border-color: #10EDC8;
}
</style>