Shades of Bright Turquoise #17EDC7
Tints of Bright Turquoise #17EDC7
RGB
CMYK
RGB Variations
Color information
#17EDC7 (or 0x17EDC7) is known color: Bright Turquoise. HEX triplet: 17, ED and C7. RGB value is (23,237,199). Sum of RGB (Red+Green+Blue) = 23+237+199=459 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.01% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #17EDC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EDC7 is #E81238. Grayscale: #A8A8A8. Windows color (decimal): -15209017 or 13102359. OLE color: 13102359.
HSL color Cylindrical-coordinate representation of color #17EDC7: hue angle of 169.35º 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 #17EDC7 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 237 | 199 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.07 |
| HSL | 169.35º | 0.86% | 0.51% | - |
| HSV(B) | 169.35º | 0.9% | 0.93% | - |
| XYZ | 40.95 | 64.87 | 64.4 | - |
| YUV | 168.68 | 145.1 | 24.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 237 | 199 | 0.90 | 0 | 0.16 | 0.07 | 169.35 | 0.86 | 0.51 |
| Hex | 17 | ED | C7 | 5A | 0 | 10 | 7 | A9 | 56 | 33 |
| Octal | 27 | 355 | 307 | 132 | 0 | 20 | 7 | 251 | 126 | 63 |
| Binary | 10111 | 11101101 | 11000111 | 1011010 | 0 | 10000 | 111 | 10101001 | 1010110 | 110011 |
Color Harmonies of #17EDC7
Complementary color
Monochromatic Colors of #17EDC7
Black with #17EDC7
Text Example
Text Example
White with #17EDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EDC7; }
p { color: rgb(23,237,199); }
H1.HeaderClassName
{
color: #17EDC7;
}
.AnyTagClassName
{
color: #17EDC7;
}
</style>
background-color css
<style>
a { background-color: #17EDC7; }
a { background-color: rgb(23,237,199); }
div.DivClassName
{
background-color: #17EDC7;
}
.BgClassName
{
background-color: #17EDC7;
}
</style>
border-color css
<style>
span { border-color: #17EDC7; }
span { border-color: rgb(23,237,199); }
td.TdClassName
{
border-color: #17EDC7;
}
.TagClassName
{
border-color: #17EDC7;
}
</style>