Shades of Bright Turquoise #17F1EC
Tints of Bright Turquoise #17F1EC
RGB
CMYK
RGB Variations
Color information
#17F1EC (or 0x17F1EC) is known color: Bright Turquoise. HEX triplet: 17, F1 and EC. RGB value is (23,241,236). Sum of RGB (Red+Green+Blue) = 23+241+236=500 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.6% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #17F1EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17F1EC is #E80E13. Grayscale: #AFAFAF. Windows color (decimal): -15207956 or 15528215. OLE color: 15528215.
HSL color Cylindrical-coordinate representation of color #17F1EC: hue angle of 178.62º 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 #17F1EC is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 241 | 236 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.05 |
| HSL | 178.62º | 0.89% | 0.52% | - |
| HSV(B) | 178.62º | 0.9% | 0.95% | - |
| XYZ | 46.95 | 69.15 | 90.23 | - |
| YUV | 175.25 | 162.28 | 19.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 241 | 236 | 0.90 | 0 | 0.02 | 0.05 | 178.62 | 0.89 | 0.52 |
| Hex | 17 | F1 | EC | 5A | 0 | 2 | 5 | B3 | 59 | 34 |
| Octal | 27 | 361 | 354 | 132 | 0 | 2 | 5 | 263 | 131 | 64 |
| Binary | 10111 | 11110001 | 11101100 | 1011010 | 0 | 10 | 101 | 10110011 | 1011001 | 110100 |
Color Harmonies of #17F1EC
Complementary color
Monochromatic Colors of #17F1EC
Black with #17F1EC
Text Example
Text Example
White with #17F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F1EC; }
p { color: rgb(23,241,236); }
H1.HeaderClassName
{
color: #17F1EC;
}
.AnyTagClassName
{
color: #17F1EC;
}
</style>
background-color css
<style>
a { background-color: #17F1EC; }
a { background-color: rgb(23,241,236); }
div.DivClassName
{
background-color: #17F1EC;
}
.BgClassName
{
background-color: #17F1EC;
}
</style>
border-color css
<style>
span { border-color: #17F1EC; }
span { border-color: rgb(23,241,236); }
td.TdClassName
{
border-color: #17F1EC;
}
.TagClassName
{
border-color: #17F1EC;
}
</style>