Shades of Bright Turquoise #17ECF7
Tints of Bright Turquoise #17ECF7
RGB
CMYK
RGB Variations
Color information
#17ECF7 (or 0x17ECF7) is known color: Bright Turquoise. HEX triplet: 17, EC and F7. RGB value is (23,236,247). Sum of RGB (Red+Green+Blue) = 23+236+247=506 (67% of max value = 765). Red value is 23 (9.38% from 255 or 4.55% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #17ECF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17ECF7 is #E81308. Grayscale: #ADADAD. Windows color (decimal): -15209225 or 16247831. OLE color: 16247831.
HSL color Cylindrical-coordinate representation of color #17ECF7: hue angle of 182.95º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17ECF7 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 236 | 247 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.03 |
| HSL | 182.95º | 0.93% | 0.53% | - |
| HSV(B) | 182.95º | 0.91% | 0.97% | - |
| XYZ | 47.14 | 66.89 | 98.42 | - |
| YUV | 173.57 | 169.43 | 20.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 236 | 247 | 0.91 | 0.04 | 0 | 0.03 | 182.95 | 0.93 | 0.53 |
| Hex | 17 | EC | F7 | 5B | 4 | 0 | 3 | B7 | 5D | 35 |
| Octal | 27 | 354 | 367 | 133 | 4 | 0 | 3 | 267 | 135 | 65 |
| Binary | 10111 | 11101100 | 11110111 | 1011011 | 100 | 0 | 11 | 10110111 | 1011101 | 110101 |
Color Harmonies of #17ECF7
Complementary color
Monochromatic Colors of #17ECF7
Black with #17ECF7
Text Example
Text Example
White with #17ECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ECF7; }
p { color: rgb(23,236,247); }
H1.HeaderClassName
{
color: #17ECF7;
}
.AnyTagClassName
{
color: #17ECF7;
}
</style>
background-color css
<style>
a { background-color: #17ECF7; }
a { background-color: rgb(23,236,247); }
div.DivClassName
{
background-color: #17ECF7;
}
.BgClassName
{
background-color: #17ECF7;
}
</style>
border-color css
<style>
span { border-color: #17ECF7; }
span { border-color: rgb(23,236,247); }
td.TdClassName
{
border-color: #17ECF7;
}
.TagClassName
{
border-color: #17ECF7;
}
</style>