Shades of Bright Turquoise #17FFC9
Tints of Bright Turquoise #17FFC9
RGB
CMYK
RGB Variations
Color information
#17FFC9 (or 0x17FFC9) is known color: Bright Turquoise. HEX triplet: 17, FF and C9. RGB value is (23,255,201). Sum of RGB (Red+Green+Blue) = 23+255+201=479 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.80% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #17FFC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FFC9 is #E80036. Grayscale: #B3B3B3. Windows color (decimal): -15204407 or 13238039. OLE color: 13238039.
HSL color Cylindrical-coordinate representation of color #17FFC9: hue angle of 166.03º 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 #17FFC9 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 255 | 201 | - |
| CMYK | 0.91 | 0 | 0.21 | 0 |
| HSL | 166.03º | 1% | 0.55% | - |
| HSV(B) | 166.03º | 0.91% | 1% | - |
| XYZ | 46.66 | 75.92 | 67.45 | - |
| YUV | 179.48 | 140.14 | 16.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 255 | 201 | 0.91 | 0 | 0.21 | 0 | 166.03 | 1 | 0.55 |
| Hex | 17 | FF | C9 | 5B | 0 | 15 | 0 | A6 | 64 | 37 |
| Octal | 27 | 377 | 311 | 133 | 0 | 25 | 0 | 246 | 144 | 67 |
| Binary | 10111 | 11111111 | 11001001 | 1011011 | 0 | 10101 | 0 | 10100110 | 1100100 | 110111 |
Color Harmonies of #17FFC9
Complementary color
Monochromatic Colors of #17FFC9
Black with #17FFC9
Text Example
Text Example
White with #17FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FFC9; }
p { color: rgb(23,255,201); }
H1.HeaderClassName
{
color: #17FFC9;
}
.AnyTagClassName
{
color: #17FFC9;
}
</style>
background-color css
<style>
a { background-color: #17FFC9; }
a { background-color: rgb(23,255,201); }
div.DivClassName
{
background-color: #17FFC9;
}
.BgClassName
{
background-color: #17FFC9;
}
</style>
border-color css
<style>
span { border-color: #17FFC9; }
span { border-color: rgb(23,255,201); }
td.TdClassName
{
border-color: #17FFC9;
}
.TagClassName
{
border-color: #17FFC9;
}
</style>