Shades of Bright Turquoise #17EDDA
Tints of Bright Turquoise #17EDDA
RGB
CMYK
RGB Variations
Color information
#17EDDA (or 0x17EDDA) is known color: Bright Turquoise. HEX triplet: 17, ED and DA. RGB value is (23,237,218). Sum of RGB (Red+Green+Blue) = 23+237+218=478 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.81% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #17EDDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EDDA is #E81225. Grayscale: #AAAAAA. Windows color (decimal): -15208998 or 14347543. OLE color: 14347543.
HSL color Cylindrical-coordinate representation of color #17EDDA: hue angle of 174.67º 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 #17EDDA is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 237 | 218 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.07 |
| HSL | 174.67º | 0.86% | 0.51% | - |
| HSV(B) | 174.67º | 0.9% | 0.93% | - |
| XYZ | 43.29 | 65.81 | 76.75 | - |
| YUV | 170.85 | 154.6 | 22.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 237 | 218 | 0.90 | 0 | 0.08 | 0.07 | 174.67 | 0.86 | 0.51 |
| Hex | 17 | ED | DA | 5A | 0 | 8 | 7 | AF | 56 | 33 |
| Octal | 27 | 355 | 332 | 132 | 0 | 10 | 7 | 257 | 126 | 63 |
| Binary | 10111 | 11101101 | 11011010 | 1011010 | 0 | 1000 | 111 | 10101111 | 1010110 | 110011 |
Color Harmonies of #17EDDA
Complementary color
Monochromatic Colors of #17EDDA
Black with #17EDDA
Text Example
Text Example
White with #17EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EDDA; }
p { color: rgb(23,237,218); }
H1.HeaderClassName
{
color: #17EDDA;
}
.AnyTagClassName
{
color: #17EDDA;
}
</style>
background-color css
<style>
a { background-color: #17EDDA; }
a { background-color: rgb(23,237,218); }
div.DivClassName
{
background-color: #17EDDA;
}
.BgClassName
{
background-color: #17EDDA;
}
</style>
border-color css
<style>
span { border-color: #17EDDA; }
span { border-color: rgb(23,237,218); }
td.TdClassName
{
border-color: #17EDDA;
}
.TagClassName
{
border-color: #17EDDA;
}
</style>