Shades of Bright Turquoise #17F8E0
Tints of Bright Turquoise #17F8E0
RGB
CMYK
RGB Variations
Color information
#17F8E0 (or 0x17F8E0) is known color: Bright Turquoise. HEX triplet: 17, F8 and E0. RGB value is (23,248,224). Sum of RGB (Red+Green+Blue) = 23+248+224=495 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.65% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #17F8E0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F8E0 is #E8071F. Grayscale: #B1B1B1. Windows color (decimal): -15206176 or 14743575. OLE color: 14743575.
HSL color Cylindrical-coordinate representation of color #17F8E0: hue angle of 173.6º 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 #17F8E0 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 248 | 224 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.03 |
| HSL | 173.6º | 0.94% | 0.53% | - |
| HSV(B) | 173.6º | 0.91% | 0.97% | - |
| XYZ | 47.38 | 72.7 | 82.06 | - |
| YUV | 177.99 | 153.96 | 17.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 248 | 224 | 0.91 | 0 | 0.10 | 0.03 | 173.6 | 0.94 | 0.53 |
| Hex | 17 | F8 | E0 | 5B | 0 | A | 3 | AE | 5E | 35 |
| Octal | 27 | 370 | 340 | 133 | 0 | 12 | 3 | 256 | 136 | 65 |
| Binary | 10111 | 11111000 | 11100000 | 1011011 | 0 | 1010 | 11 | 10101110 | 1011110 | 110101 |
Color Harmonies of #17F8E0
Complementary color
Monochromatic Colors of #17F8E0
Black with #17F8E0
Text Example
Text Example
White with #17F8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F8E0; }
p { color: rgb(23,248,224); }
H1.HeaderClassName
{
color: #17F8E0;
}
.AnyTagClassName
{
color: #17F8E0;
}
</style>
background-color css
<style>
a { background-color: #17F8E0; }
a { background-color: rgb(23,248,224); }
div.DivClassName
{
background-color: #17F8E0;
}
.BgClassName
{
background-color: #17F8E0;
}
</style>
border-color css
<style>
span { border-color: #17F8E0; }
span { border-color: rgb(23,248,224); }
td.TdClassName
{
border-color: #17F8E0;
}
.TagClassName
{
border-color: #17F8E0;
}
</style>