Shades of Bright Turquoise #17F2BF
Tints of Bright Turquoise #17F2BF
RGB
CMYK
RGB Variations
Color information
#17F2BF (or 0x17F2BF) is known color: Bright Turquoise. HEX triplet: 17, F2 and BF. RGB value is (23,242,191). Sum of RGB (Red+Green+Blue) = 23+242+191=456 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.04% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #17F2BF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F2BF is #E80D40. Grayscale: #AAAAAA. Windows color (decimal): -15207745 or 12579351. OLE color: 12579351.
HSL color Cylindrical-coordinate representation of color #17F2BF: hue angle of 166.03º 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 #17F2BF is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 242 | 191 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.05 |
| HSL | 166.03º | 0.89% | 0.52% | - |
| HSV(B) | 166.03º | 0.9% | 0.95% | - |
| XYZ | 41.51 | 67.45 | 60.12 | - |
| YUV | 170.71 | 139.45 | 22.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 242 | 191 | 0.90 | 0 | 0.21 | 0.05 | 166.03 | 0.89 | 0.52 |
| Hex | 17 | F2 | BF | 5A | 0 | 15 | 5 | A6 | 59 | 34 |
| Octal | 27 | 362 | 277 | 132 | 0 | 25 | 5 | 246 | 131 | 64 |
| Binary | 10111 | 11110010 | 10111111 | 1011010 | 0 | 10101 | 101 | 10100110 | 1011001 | 110100 |
Color Harmonies of #17F2BF
Complementary color
Monochromatic Colors of #17F2BF
Black with #17F2BF
Text Example
Text Example
White with #17F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F2BF; }
p { color: rgb(23,242,191); }
H1.HeaderClassName
{
color: #17F2BF;
}
.AnyTagClassName
{
color: #17F2BF;
}
</style>
background-color css
<style>
a { background-color: #17F2BF; }
a { background-color: rgb(23,242,191); }
div.DivClassName
{
background-color: #17F2BF;
}
.BgClassName
{
background-color: #17F2BF;
}
</style>
border-color css
<style>
span { border-color: #17F2BF; }
span { border-color: rgb(23,242,191); }
td.TdClassName
{
border-color: #17F2BF;
}
.TagClassName
{
border-color: #17F2BF;
}
</style>