Shades of Bright Turquoise #17FAE5
Tints of Bright Turquoise #17FAE5
RGB
CMYK
RGB Variations
Color information
#17FAE5 (or 0x17FAE5) is known color: Bright Turquoise. HEX triplet: 17, FA and E5. RGB value is (23,250,229). Sum of RGB (Red+Green+Blue) = 23+250+229=502 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.58% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #17FAE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FAE5 is #E8051A. Grayscale: #B3B3B3. Windows color (decimal): -15205659 or 15071767. OLE color: 15071767.
HSL color Cylindrical-coordinate representation of color #17FAE5: hue angle of 174.45º 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 #17FAE5 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 250 | 229 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.02 |
| HSL | 174.45º | 0.96% | 0.54% | - |
| HSV(B) | 174.45º | 0.91% | 0.98% | - |
| XYZ | 48.68 | 74.21 | 85.89 | - |
| YUV | 179.73 | 155.79 | 16.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 250 | 229 | 0.91 | 0 | 0.08 | 0.02 | 174.45 | 0.96 | 0.54 |
| Hex | 17 | FA | E5 | 5B | 0 | 8 | 2 | AE | 60 | 36 |
| Octal | 27 | 372 | 345 | 133 | 0 | 10 | 2 | 256 | 140 | 66 |
| Binary | 10111 | 11111010 | 11100101 | 1011011 | 0 | 1000 | 10 | 10101110 | 1100000 | 110110 |
Color Harmonies of #17FAE5
Complementary color
Monochromatic Colors of #17FAE5
Black with #17FAE5
Text Example
Text Example
White with #17FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FAE5; }
p { color: rgb(23,250,229); }
H1.HeaderClassName
{
color: #17FAE5;
}
.AnyTagClassName
{
color: #17FAE5;
}
</style>
background-color css
<style>
a { background-color: #17FAE5; }
a { background-color: rgb(23,250,229); }
div.DivClassName
{
background-color: #17FAE5;
}
.BgClassName
{
background-color: #17FAE5;
}
</style>
border-color css
<style>
span { border-color: #17FAE5; }
span { border-color: rgb(23,250,229); }
td.TdClassName
{
border-color: #17FAE5;
}
.TagClassName
{
border-color: #17FAE5;
}
</style>