Shades of Bright Turquoise #17ECF0
Tints of Bright Turquoise #17ECF0
RGB
CMYK
RGB Variations
Color information
#17ECF0 (or 0x17ECF0) is known color: Bright Turquoise. HEX triplet: 17, EC and F0. RGB value is (23,236,240). Sum of RGB (Red+Green+Blue) = 23+236+240=499 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.61% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #17ECF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17ECF0 is #E8130F. Grayscale: #ACACAC. Windows color (decimal): -15209232 or 15789079. OLE color: 15789079.
HSL color Cylindrical-coordinate representation of color #17ECF0: hue angle of 181.11º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17ECF0 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 236 | 240 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.06 |
| HSL | 181.11º | 0.88% | 0.52% | - |
| HSV(B) | 181.11º | 0.9% | 0.94% | - |
| XYZ | 46.08 | 66.46 | 92.84 | - |
| YUV | 172.77 | 165.93 | 21.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 236 | 240 | 0.90 | 0.02 | 0 | 0.06 | 181.11 | 0.88 | 0.52 |
| Hex | 17 | EC | F0 | 5A | 2 | 0 | 6 | B5 | 58 | 34 |
| Octal | 27 | 354 | 360 | 132 | 2 | 0 | 6 | 265 | 130 | 64 |
| Binary | 10111 | 11101100 | 11110000 | 1011010 | 10 | 0 | 110 | 10110101 | 1011000 | 110100 |
Color Harmonies of #17ECF0
Complementary color
Monochromatic Colors of #17ECF0
Black with #17ECF0
Text Example
Text Example
White with #17ECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ECF0; }
p { color: rgb(23,236,240); }
H1.HeaderClassName
{
color: #17ECF0;
}
.AnyTagClassName
{
color: #17ECF0;
}
</style>
background-color css
<style>
a { background-color: #17ECF0; }
a { background-color: rgb(23,236,240); }
div.DivClassName
{
background-color: #17ECF0;
}
.BgClassName
{
background-color: #17ECF0;
}
</style>
border-color css
<style>
span { border-color: #17ECF0; }
span { border-color: rgb(23,236,240); }
td.TdClassName
{
border-color: #17ECF0;
}
.TagClassName
{
border-color: #17ECF0;
}
</style>