Shades of Bright Turquoise #17E8FA
Tints of Bright Turquoise #17E8FA
RGB
CMYK
RGB Variations
Color information
#17E8FA (or 0x17E8FA) is known color: Bright Turquoise. HEX triplet: 17, E8 and FA. RGB value is (23,232,250). Sum of RGB (Red+Green+Blue) = 23+232+250=505 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.55% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #17E8FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17E8FA is #E81705. Grayscale: #ABABAB. Windows color (decimal): -15210246 or 16443415. OLE color: 16443415.
HSL color Cylindrical-coordinate representation of color #17E8FA: hue angle of 184.76º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17E8FA is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 232 | 250 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.02 |
| HSL | 184.76º | 0.96% | 0.54% | - |
| HSV(B) | 184.76º | 0.91% | 0.98% | - |
| XYZ | 46.47 | 64.8 | 100.5 | - |
| YUV | 171.56 | 172.26 | 22.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 232 | 250 | 0.91 | 0.07 | 0 | 0.02 | 184.76 | 0.96 | 0.54 |
| Hex | 17 | E8 | FA | 5B | 7 | 0 | 2 | B9 | 60 | 36 |
| Octal | 27 | 350 | 372 | 133 | 7 | 0 | 2 | 271 | 140 | 66 |
| Binary | 10111 | 11101000 | 11111010 | 1011011 | 111 | 0 | 10 | 10111001 | 1100000 | 110110 |
Color Harmonies of #17E8FA
Complementary color
Monochromatic Colors of #17E8FA
Black with #17E8FA
Text Example
Text Example
White with #17E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E8FA; }
p { color: rgb(23,232,250); }
H1.HeaderClassName
{
color: #17E8FA;
}
.AnyTagClassName
{
color: #17E8FA;
}
</style>
background-color css
<style>
a { background-color: #17E8FA; }
a { background-color: rgb(23,232,250); }
div.DivClassName
{
background-color: #17E8FA;
}
.BgClassName
{
background-color: #17E8FA;
}
</style>
border-color css
<style>
span { border-color: #17E8FA; }
span { border-color: rgb(23,232,250); }
td.TdClassName
{
border-color: #17E8FA;
}
.TagClassName
{
border-color: #17E8FA;
}
</style>