Shades of Bright Turquoise #17F2C7
Tints of Bright Turquoise #17F2C7
RGB
CMYK
RGB Variations
Color information
#17F2C7 (or 0x17F2C7) is known color: Bright Turquoise. HEX triplet: 17, F2 and C7. RGB value is (23,242,199). Sum of RGB (Red+Green+Blue) = 23+242+199=464 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.96% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #17F2C7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F2C7 is #E80D38. Grayscale: #ABABAB. Windows color (decimal): -15207737 or 13103639. OLE color: 13103639.
HSL color Cylindrical-coordinate representation of color #17F2C7: hue angle of 168.22º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17F2C7 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 242 | 199 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.05 |
| HSL | 168.22º | 0.89% | 0.52% | - |
| HSV(B) | 168.22º | 0.9% | 0.95% | - |
| XYZ | 42.41 | 67.81 | 64.89 | - |
| YUV | 171.62 | 143.45 | 22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 242 | 199 | 0.90 | 0 | 0.18 | 0.05 | 168.22 | 0.89 | 0.52 |
| Hex | 17 | F2 | C7 | 5A | 0 | 12 | 5 | A8 | 59 | 34 |
| Octal | 27 | 362 | 307 | 132 | 0 | 22 | 5 | 250 | 131 | 64 |
| Binary | 10111 | 11110010 | 11000111 | 1011010 | 0 | 10010 | 101 | 10101000 | 1011001 | 110100 |
Color Harmonies of #17F2C7
Complementary color
Monochromatic Colors of #17F2C7
Black with #17F2C7
Text Example
Text Example
White with #17F2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F2C7; }
p { color: rgb(23,242,199); }
H1.HeaderClassName
{
color: #17F2C7;
}
.AnyTagClassName
{
color: #17F2C7;
}
</style>
background-color css
<style>
a { background-color: #17F2C7; }
a { background-color: rgb(23,242,199); }
div.DivClassName
{
background-color: #17F2C7;
}
.BgClassName
{
background-color: #17F2C7;
}
</style>
border-color css
<style>
span { border-color: #17F2C7; }
span { border-color: rgb(23,242,199); }
td.TdClassName
{
border-color: #17F2C7;
}
.TagClassName
{
border-color: #17F2C7;
}
</style>