Shades of Bright Turquoise #17D2EB
Tints of Bright Turquoise #17D2EB
RGB
CMYK
RGB Variations
Color information
#17D2EB (or 0x17D2EB) is known color: Bright Turquoise. HEX triplet: 17, D2 and EB. RGB value is (23,210,235). Sum of RGB (Red+Green+Blue) = 23+210+235=468 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.91% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #17D2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D2EB is #E82D14. Grayscale: #9C9C9C. Windows color (decimal): -15215893 or 15454743. OLE color: 15454743.
HSL color Cylindrical-coordinate representation of color #17D2EB: hue angle of 187.08º 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 #17D2EB is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 210 | 235 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.08 |
| HSL | 187.08º | 0.84% | 0.51% | - |
| HSV(B) | 187.08º | 0.9% | 0.92% | - |
| XYZ | 38.4 | 52.27 | 86.66 | - |
| YUV | 156.94 | 172.05 | 32.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 210 | 235 | 0.90 | 0.11 | 0 | 0.08 | 187.08 | 0.84 | 0.51 |
| Hex | 17 | D2 | EB | 5A | B | 0 | 8 | BB | 54 | 33 |
| Octal | 27 | 322 | 353 | 132 | 13 | 0 | 10 | 273 | 124 | 63 |
| Binary | 10111 | 11010010 | 11101011 | 1011010 | 1011 | 0 | 1000 | 10111011 | 1010100 | 110011 |
Color Harmonies of #17D2EB
Complementary color
Monochromatic Colors of #17D2EB
Black with #17D2EB
Text Example
Text Example
White with #17D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D2EB; }
p { color: rgb(23,210,235); }
H1.HeaderClassName
{
color: #17D2EB;
}
.AnyTagClassName
{
color: #17D2EB;
}
</style>
background-color css
<style>
a { background-color: #17D2EB; }
a { background-color: rgb(23,210,235); }
div.DivClassName
{
background-color: #17D2EB;
}
.BgClassName
{
background-color: #17D2EB;
}
</style>
border-color css
<style>
span { border-color: #17D2EB; }
span { border-color: rgb(23,210,235); }
td.TdClassName
{
border-color: #17D2EB;
}
.TagClassName
{
border-color: #17D2EB;
}
</style>