Shades of Bright Turquoise #17D9F5
Tints of Bright Turquoise #17D9F5
RGB
CMYK
RGB Variations
Color information
#17D9F5 (or 0x17D9F5) is known color: Bright Turquoise. HEX triplet: 17, D9 and F5. RGB value is (23,217,245). Sum of RGB (Red+Green+Blue) = 23+217+245=485 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.74% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #17D9F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D9F5 is #E8260A. Grayscale: #A1A1A1. Windows color (decimal): -15214091 or 16111895. OLE color: 16111895.
HSL color Cylindrical-coordinate representation of color #17D9F5: hue angle of 187.57º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17D9F5 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 217 | 245 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.04 |
| HSL | 187.57º | 0.92% | 0.53% | - |
| HSV(B) | 187.57º | 0.91% | 0.96% | - |
| XYZ | 41.65 | 56.4 | 95.08 | - |
| YUV | 162.19 | 174.73 | 28.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 217 | 245 | 0.91 | 0.11 | 0 | 0.04 | 187.57 | 0.92 | 0.53 |
| Hex | 17 | D9 | F5 | 5B | B | 0 | 4 | BC | 5C | 35 |
| Octal | 27 | 331 | 365 | 133 | 13 | 0 | 4 | 274 | 134 | 65 |
| Binary | 10111 | 11011001 | 11110101 | 1011011 | 1011 | 0 | 100 | 10111100 | 1011100 | 110101 |
Color Harmonies of #17D9F5
Complementary color
Monochromatic Colors of #17D9F5
Black with #17D9F5
Text Example
Text Example
White with #17D9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D9F5; }
p { color: rgb(23,217,245); }
H1.HeaderClassName
{
color: #17D9F5;
}
.AnyTagClassName
{
color: #17D9F5;
}
</style>
background-color css
<style>
a { background-color: #17D9F5; }
a { background-color: rgb(23,217,245); }
div.DivClassName
{
background-color: #17D9F5;
}
.BgClassName
{
background-color: #17D9F5;
}
</style>
border-color css
<style>
span { border-color: #17D9F5; }
span { border-color: rgb(23,217,245); }
td.TdClassName
{
border-color: #17D9F5;
}
.TagClassName
{
border-color: #17D9F5;
}
</style>