Shades of Bright Turquoise #17EDC0
Tints of Bright Turquoise #17EDC0
RGB
CMYK
RGB Variations
Color information
#17EDC0 (or 0x17EDC0) is known color: Bright Turquoise. HEX triplet: 17, ED and C0. RGB value is (23,237,192). Sum of RGB (Red+Green+Blue) = 23+237+192=452 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.09% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #17EDC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EDC0 is #E8123F. Grayscale: #A7A7A7. Windows color (decimal): -15209024 or 12643607. OLE color: 12643607.
HSL color Cylindrical-coordinate representation of color #17EDC0: hue angle of 167.38º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EDC0 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 237 | 192 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.07 |
| HSL | 167.38º | 0.86% | 0.51% | - |
| HSV(B) | 167.38º | 0.9% | 0.93% | - |
| XYZ | 40.15 | 64.56 | 60.21 | - |
| YUV | 167.88 | 141.6 | 24.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 237 | 192 | 0.90 | 0 | 0.19 | 0.07 | 167.38 | 0.86 | 0.51 |
| Hex | 17 | ED | C0 | 5A | 0 | 13 | 7 | A7 | 56 | 33 |
| Octal | 27 | 355 | 300 | 132 | 0 | 23 | 7 | 247 | 126 | 63 |
| Binary | 10111 | 11101101 | 11000000 | 1011010 | 0 | 10011 | 111 | 10100111 | 1010110 | 110011 |
Color Harmonies of #17EDC0
Complementary color
Monochromatic Colors of #17EDC0
Black with #17EDC0
Text Example
Text Example
White with #17EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EDC0; }
p { color: rgb(23,237,192); }
H1.HeaderClassName
{
color: #17EDC0;
}
.AnyTagClassName
{
color: #17EDC0;
}
</style>
background-color css
<style>
a { background-color: #17EDC0; }
a { background-color: rgb(23,237,192); }
div.DivClassName
{
background-color: #17EDC0;
}
.BgClassName
{
background-color: #17EDC0;
}
</style>
border-color css
<style>
span { border-color: #17EDC0; }
span { border-color: rgb(23,237,192); }
td.TdClassName
{
border-color: #17EDC0;
}
.TagClassName
{
border-color: #17EDC0;
}
</style>