Shades of Bright Turquoise #17D9EB
Tints of Bright Turquoise #17D9EB
RGB
CMYK
RGB Variations
Color information
#17D9EB (or 0x17D9EB) is known color: Bright Turquoise. HEX triplet: 17, D9 and EB. RGB value is (23,217,235). Sum of RGB (Red+Green+Blue) = 23+217+235=475 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.84% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #17D9EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D9EB is #E82614. Grayscale: #A0A0A0. Windows color (decimal): -15214101 or 15456535. OLE color: 15456535.
HSL color Cylindrical-coordinate representation of color #17D9EB: hue angle of 185.09º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17D9EB is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 217 | 235 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.08 |
| HSL | 185.09º | 0.84% | 0.51% | - |
| HSV(B) | 185.09º | 0.9% | 0.92% | - |
| XYZ | 40.16 | 55.81 | 87.25 | - |
| YUV | 161.05 | 169.73 | 29.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 217 | 235 | 0.90 | 0.08 | 0 | 0.08 | 185.09 | 0.84 | 0.51 |
| Hex | 17 | D9 | EB | 5A | 8 | 0 | 8 | B9 | 54 | 33 |
| Octal | 27 | 331 | 353 | 132 | 10 | 0 | 10 | 271 | 124 | 63 |
| Binary | 10111 | 11011001 | 11101011 | 1011010 | 1000 | 0 | 1000 | 10111001 | 1010100 | 110011 |
Color Harmonies of #17D9EB
Complementary color
Monochromatic Colors of #17D9EB
Black with #17D9EB
Text Example
Text Example
White with #17D9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D9EB; }
p { color: rgb(23,217,235); }
H1.HeaderClassName
{
color: #17D9EB;
}
.AnyTagClassName
{
color: #17D9EB;
}
</style>
background-color css
<style>
a { background-color: #17D9EB; }
a { background-color: rgb(23,217,235); }
div.DivClassName
{
background-color: #17D9EB;
}
.BgClassName
{
background-color: #17D9EB;
}
</style>
border-color css
<style>
span { border-color: #17D9EB; }
span { border-color: rgb(23,217,235); }
td.TdClassName
{
border-color: #17D9EB;
}
.TagClassName
{
border-color: #17D9EB;
}
</style>