Shades of Bright Turquoise #17D1EB
Tints of Bright Turquoise #17D1EB
RGB
CMYK
RGB Variations
Color information
#17D1EB (or 0x17D1EB) is known color: Bright Turquoise. HEX triplet: 17, D1 and EB. RGB value is (23,209,235). Sum of RGB (Red+Green+Blue) = 23+209+235=467 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.93% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #17D1EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D1EB is #E82E14. Grayscale: #9C9C9C. Windows color (decimal): -15216149 or 15454487. OLE color: 15454487.
HSL color Cylindrical-coordinate representation of color #17D1EB: hue angle of 187.36º 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 #17D1EB is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 209 | 235 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.08 |
| HSL | 187.36º | 0.84% | 0.51% | - |
| HSV(B) | 187.36º | 0.9% | 0.92% | - |
| XYZ | 38.15 | 51.78 | 86.58 | - |
| YUV | 156.35 | 172.38 | 32.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 209 | 235 | 0.90 | 0.11 | 0 | 0.08 | 187.36 | 0.84 | 0.51 |
| Hex | 17 | D1 | EB | 5A | B | 0 | 8 | BB | 54 | 33 |
| Octal | 27 | 321 | 353 | 132 | 13 | 0 | 10 | 273 | 124 | 63 |
| Binary | 10111 | 11010001 | 11101011 | 1011010 | 1011 | 0 | 1000 | 10111011 | 1010100 | 110011 |
Color Harmonies of #17D1EB
Complementary color
Monochromatic Colors of #17D1EB
Black with #17D1EB
Text Example
Text Example
White with #17D1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D1EB; }
p { color: rgb(23,209,235); }
H1.HeaderClassName
{
color: #17D1EB;
}
.AnyTagClassName
{
color: #17D1EB;
}
</style>
background-color css
<style>
a { background-color: #17D1EB; }
a { background-color: rgb(23,209,235); }
div.DivClassName
{
background-color: #17D1EB;
}
.BgClassName
{
background-color: #17D1EB;
}
</style>
border-color css
<style>
span { border-color: #17D1EB; }
span { border-color: rgb(23,209,235); }
td.TdClassName
{
border-color: #17D1EB;
}
.TagClassName
{
border-color: #17D1EB;
}
</style>