Shades of Bright Turquoise #17F5C0
Tints of Bright Turquoise #17F5C0
RGB
CMYK
RGB Variations
Color information
#17F5C0 (or 0x17F5C0) is known color: Bright Turquoise. HEX triplet: 17, F5 and C0. RGB value is (23,245,192). Sum of RGB (Red+Green+Blue) = 23+245+192=460 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5% from 460); Green value is 245 (96.09% from 255 or 53.26% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 245 - color contains mainly: green. Hex color #17F5C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F5C0 is #E80A3F. Grayscale: #ACACAC. Windows color (decimal): -15206976 or 12645655. OLE color: 12645655.
HSL color Cylindrical-coordinate representation of color #17F5C0: hue angle of 165.68º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17F5C0 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 245 | 192 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.04 |
| HSL | 165.68º | 0.92% | 0.53% | - |
| HSV(B) | 165.68º | 0.91% | 0.96% | - |
| XYZ | 42.52 | 69.29 | 61 | - |
| YUV | 172.58 | 138.95 | 21.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 245 | 192 | 0.91 | 0 | 0.22 | 0.04 | 165.68 | 0.92 | 0.53 |
| Hex | 17 | F5 | C0 | 5B | 0 | 16 | 4 | A6 | 5C | 35 |
| Octal | 27 | 365 | 300 | 133 | 0 | 26 | 4 | 246 | 134 | 65 |
| Binary | 10111 | 11110101 | 11000000 | 1011011 | 0 | 10110 | 100 | 10100110 | 1011100 | 110101 |
Color Harmonies of #17F5C0
Complementary color
Monochromatic Colors of #17F5C0
Black with #17F5C0
Text Example
Text Example
White with #17F5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F5C0; }
p { color: rgb(23,245,192); }
H1.HeaderClassName
{
color: #17F5C0;
}
.AnyTagClassName
{
color: #17F5C0;
}
</style>
background-color css
<style>
a { background-color: #17F5C0; }
a { background-color: rgb(23,245,192); }
div.DivClassName
{
background-color: #17F5C0;
}
.BgClassName
{
background-color: #17F5C0;
}
</style>
border-color css
<style>
span { border-color: #17F5C0; }
span { border-color: rgb(23,245,192); }
td.TdClassName
{
border-color: #17F5C0;
}
.TagClassName
{
border-color: #17F5C0;
}
</style>