Shades of Bright Turquoise #17E7F8
Tints of Bright Turquoise #17E7F8
RGB
CMYK
RGB Variations
Color information
#17E7F8 (or 0x17E7F8) is known color: Bright Turquoise. HEX triplet: 17, E7 and F8. RGB value is (23,231,248). Sum of RGB (Red+Green+Blue) = 23+231+248=502 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.58% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #17E7F8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17E7F8 is #E81807. Grayscale: #AAAAAA. Windows color (decimal): -15210504 or 16312087. OLE color: 16312087.
HSL color Cylindrical-coordinate representation of color #17E7F8: hue angle of 184.53º degrees, saturation: 0.94, 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 #17E7F8 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 231 | 248 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.03 |
| HSL | 184.53º | 0.94% | 0.53% | - |
| HSV(B) | 184.53º | 0.91% | 0.97% | - |
| XYZ | 45.87 | 64.11 | 98.76 | - |
| YUV | 170.75 | 171.59 | 22.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 231 | 248 | 0.91 | 0.07 | 0 | 0.03 | 184.53 | 0.94 | 0.53 |
| Hex | 17 | E7 | F8 | 5B | 7 | 0 | 3 | B9 | 5E | 35 |
| Octal | 27 | 347 | 370 | 133 | 7 | 0 | 3 | 271 | 136 | 65 |
| Binary | 10111 | 11100111 | 11111000 | 1011011 | 111 | 0 | 11 | 10111001 | 1011110 | 110101 |
Color Harmonies of #17E7F8
Complementary color
Monochromatic Colors of #17E7F8
Black with #17E7F8
Text Example
Text Example
White with #17E7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E7F8; }
p { color: rgb(23,231,248); }
H1.HeaderClassName
{
color: #17E7F8;
}
.AnyTagClassName
{
color: #17E7F8;
}
</style>
background-color css
<style>
a { background-color: #17E7F8; }
a { background-color: rgb(23,231,248); }
div.DivClassName
{
background-color: #17E7F8;
}
.BgClassName
{
background-color: #17E7F8;
}
</style>
border-color css
<style>
span { border-color: #17E7F8; }
span { border-color: rgb(23,231,248); }
td.TdClassName
{
border-color: #17E7F8;
}
.TagClassName
{
border-color: #17E7F8;
}
</style>