Shades of Bright Turquoise #17F7C2
Tints of Bright Turquoise #17F7C2
RGB
CMYK
RGB Variations
Color information
#17F7C2 (or 0x17F7C2) is known color: Bright Turquoise. HEX triplet: 17, F7 and C2. RGB value is (23,247,194). Sum of RGB (Red+Green+Blue) = 23+247+194=464 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.96% from 464); Green value is 247 (96.88% from 255 or 53.23% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 247 - color contains mainly: green. Hex color #17F7C2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F7C2 is #E8083D. Grayscale: #ADADAD. Windows color (decimal): -15206462 or 12777239. OLE color: 12777239.
HSL color Cylindrical-coordinate representation of color #17F7C2: hue angle of 165.8º 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 #17F7C2 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 247 | 194 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.03 |
| HSL | 165.8º | 0.93% | 0.53% | - |
| HSV(B) | 165.8º | 0.91% | 0.97% | - |
| XYZ | 43.35 | 70.6 | 62.38 | - |
| YUV | 173.98 | 139.29 | 20.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 247 | 194 | 0.91 | 0 | 0.21 | 0.03 | 165.8 | 0.93 | 0.53 |
| Hex | 17 | F7 | C2 | 5B | 0 | 15 | 3 | A6 | 5D | 35 |
| Octal | 27 | 367 | 302 | 133 | 0 | 25 | 3 | 246 | 135 | 65 |
| Binary | 10111 | 11110111 | 11000010 | 1011011 | 0 | 10101 | 11 | 10100110 | 1011101 | 110101 |
Color Harmonies of #17F7C2
Complementary color
Monochromatic Colors of #17F7C2
Black with #17F7C2
Text Example
Text Example
White with #17F7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F7C2; }
p { color: rgb(23,247,194); }
H1.HeaderClassName
{
color: #17F7C2;
}
.AnyTagClassName
{
color: #17F7C2;
}
</style>
background-color css
<style>
a { background-color: #17F7C2; }
a { background-color: rgb(23,247,194); }
div.DivClassName
{
background-color: #17F7C2;
}
.BgClassName
{
background-color: #17F7C2;
}
</style>
border-color css
<style>
span { border-color: #17F7C2; }
span { border-color: rgb(23,247,194); }
td.TdClassName
{
border-color: #17F7C2;
}
.TagClassName
{
border-color: #17F7C2;
}
</style>