Shades of Bright Turquoise #17F7DA
Tints of Bright Turquoise #17F7DA
RGB
CMYK
RGB Variations
Color information
#17F7DA (or 0x17F7DA) is known color: Bright Turquoise. HEX triplet: 17, F7 and DA. RGB value is (23,247,218). Sum of RGB (Red+Green+Blue) = 23+247+218=488 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.71% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #17F7DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F7DA is #E80825. Grayscale: #B0B0B0. Windows color (decimal): -15206438 or 14350103. OLE color: 14350103.
HSL color Cylindrical-coordinate representation of color #17F7DA: hue angle of 172.23º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17F7DA is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 247 | 218 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.03 |
| HSL | 172.23º | 0.93% | 0.53% | - |
| HSV(B) | 172.23º | 0.91% | 0.97% | - |
| XYZ | 46.27 | 71.77 | 77.74 | - |
| YUV | 176.72 | 151.29 | 18.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 247 | 218 | 0.91 | 0 | 0.12 | 0.03 | 172.23 | 0.93 | 0.53 |
| Hex | 17 | F7 | DA | 5B | 0 | C | 3 | AC | 5D | 35 |
| Octal | 27 | 367 | 332 | 133 | 0 | 14 | 3 | 254 | 135 | 65 |
| Binary | 10111 | 11110111 | 11011010 | 1011011 | 0 | 1100 | 11 | 10101100 | 1011101 | 110101 |
Color Harmonies of #17F7DA
Complementary color
Monochromatic Colors of #17F7DA
Black with #17F7DA
Text Example
Text Example
White with #17F7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F7DA; }
p { color: rgb(23,247,218); }
H1.HeaderClassName
{
color: #17F7DA;
}
.AnyTagClassName
{
color: #17F7DA;
}
</style>
background-color css
<style>
a { background-color: #17F7DA; }
a { background-color: rgb(23,247,218); }
div.DivClassName
{
background-color: #17F7DA;
}
.BgClassName
{
background-color: #17F7DA;
}
</style>
border-color css
<style>
span { border-color: #17F7DA; }
span { border-color: rgb(23,247,218); }
td.TdClassName
{
border-color: #17F7DA;
}
.TagClassName
{
border-color: #17F7DA;
}
</style>