Shades of Bright Turquoise #17E7FA
Tints of Bright Turquoise #17E7FA
RGB
CMYK
RGB Variations
Color information
#17E7FA (or 0x17E7FA) is known color: Bright Turquoise. HEX triplet: 17, E7 and FA. RGB value is (23,231,250). Sum of RGB (Red+Green+Blue) = 23+231+250=504 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.56% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #17E7FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17E7FA is #E81805. Grayscale: #AAAAAA. Windows color (decimal): -15210502 or 16443159. OLE color: 16443159.
HSL color Cylindrical-coordinate representation of color #17E7FA: hue angle of 185.02º 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 #17E7FA is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 231 | 250 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.02 |
| HSL | 185.02º | 0.96% | 0.54% | - |
| HSV(B) | 185.02º | 0.91% | 0.98% | - |
| XYZ | 46.18 | 64.24 | 100.41 | - |
| YUV | 170.97 | 172.59 | 22.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 231 | 250 | 0.91 | 0.08 | 0 | 0.02 | 185.02 | 0.96 | 0.54 |
| Hex | 17 | E7 | FA | 5B | 8 | 0 | 2 | B9 | 60 | 36 |
| Octal | 27 | 347 | 372 | 133 | 10 | 0 | 2 | 271 | 140 | 66 |
| Binary | 10111 | 11100111 | 11111010 | 1011011 | 1000 | 0 | 10 | 10111001 | 1100000 | 110110 |
Color Harmonies of #17E7FA
Complementary color
Monochromatic Colors of #17E7FA
Black with #17E7FA
Text Example
Text Example
White with #17E7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E7FA; }
p { color: rgb(23,231,250); }
H1.HeaderClassName
{
color: #17E7FA;
}
.AnyTagClassName
{
color: #17E7FA;
}
</style>
background-color css
<style>
a { background-color: #17E7FA; }
a { background-color: rgb(23,231,250); }
div.DivClassName
{
background-color: #17E7FA;
}
.BgClassName
{
background-color: #17E7FA;
}
</style>
border-color css
<style>
span { border-color: #17E7FA; }
span { border-color: rgb(23,231,250); }
td.TdClassName
{
border-color: #17E7FA;
}
.TagClassName
{
border-color: #17E7FA;
}
</style>