Shades of Bright Turquoise #17FFC2
Tints of Bright Turquoise #17FFC2
RGB
CMYK
RGB Variations
Color information
#17FFC2 (or 0x17FFC2) is known color: Bright Turquoise. HEX triplet: 17, FF and C2. RGB value is (23,255,194). Sum of RGB (Red+Green+Blue) = 23+255+194=472 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.87% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #17FFC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FFC2 is #E8003D. Grayscale: #B2B2B2. Windows color (decimal): -15204414 or 12779287. OLE color: 12779287.
HSL color Cylindrical-coordinate representation of color #17FFC2: hue angle of 164.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FFC2 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 255 | 194 | - |
| CMYK | 0.91 | 0 | 0.24 | 0 |
| HSL | 164.22º | 1% | 0.55% | - |
| HSV(B) | 164.22º | 0.91% | 1% | - |
| XYZ | 45.85 | 75.6 | 63.21 | - |
| YUV | 178.68 | 136.64 | 16.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 255 | 194 | 0.91 | 0 | 0.24 | 0 | 164.22 | 1 | 0.55 |
| Hex | 17 | FF | C2 | 5B | 0 | 18 | 0 | A4 | 64 | 37 |
| Octal | 27 | 377 | 302 | 133 | 0 | 30 | 0 | 244 | 144 | 67 |
| Binary | 10111 | 11111111 | 11000010 | 1011011 | 0 | 11000 | 0 | 10100100 | 1100100 | 110111 |
Color Harmonies of #17FFC2
Complementary color
Monochromatic Colors of #17FFC2
Black with #17FFC2
Text Example
Text Example
White with #17FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FFC2; }
p { color: rgb(23,255,194); }
H1.HeaderClassName
{
color: #17FFC2;
}
.AnyTagClassName
{
color: #17FFC2;
}
</style>
background-color css
<style>
a { background-color: #17FFC2; }
a { background-color: rgb(23,255,194); }
div.DivClassName
{
background-color: #17FFC2;
}
.BgClassName
{
background-color: #17FFC2;
}
</style>
border-color css
<style>
span { border-color: #17FFC2; }
span { border-color: rgb(23,255,194); }
td.TdClassName
{
border-color: #17FFC2;
}
.TagClassName
{
border-color: #17FFC2;
}
</style>