Shades of Bright Turquoise #17F7D5
Tints of Bright Turquoise #17F7D5
RGB
CMYK
RGB Variations
Color information
#17F7D5 (or 0x17F7D5) is known color: Bright Turquoise. HEX triplet: 17, F7 and D5. RGB value is (23,247,213). Sum of RGB (Red+Green+Blue) = 23+247+213=483 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.76% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #17F7D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F7D5 is #E8082A. Grayscale: #B0B0B0. Windows color (decimal): -15206443 or 14022423. OLE color: 14022423.
HSL color Cylindrical-coordinate representation of color #17F7D5: hue angle of 170.89º 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 #17F7D5 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 247 | 213 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.03 |
| HSL | 170.89º | 0.93% | 0.53% | - |
| HSV(B) | 170.89º | 0.91% | 0.97% | - |
| XYZ | 45.62 | 71.51 | 74.35 | - |
| YUV | 176.15 | 148.79 | 18.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 247 | 213 | 0.91 | 0 | 0.14 | 0.03 | 170.89 | 0.93 | 0.53 |
| Hex | 17 | F7 | D5 | 5B | 0 | E | 3 | AB | 5D | 35 |
| Octal | 27 | 367 | 325 | 133 | 0 | 16 | 3 | 253 | 135 | 65 |
| Binary | 10111 | 11110111 | 11010101 | 1011011 | 0 | 1110 | 11 | 10101011 | 1011101 | 110101 |
Color Harmonies of #17F7D5
Complementary color
Monochromatic Colors of #17F7D5
Black with #17F7D5
Text Example
Text Example
White with #17F7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F7D5; }
p { color: rgb(23,247,213); }
H1.HeaderClassName
{
color: #17F7D5;
}
.AnyTagClassName
{
color: #17F7D5;
}
</style>
background-color css
<style>
a { background-color: #17F7D5; }
a { background-color: rgb(23,247,213); }
div.DivClassName
{
background-color: #17F7D5;
}
.BgClassName
{
background-color: #17F7D5;
}
</style>
border-color css
<style>
span { border-color: #17F7D5; }
span { border-color: rgb(23,247,213); }
td.TdClassName
{
border-color: #17F7D5;
}
.TagClassName
{
border-color: #17F7D5;
}
</style>