Shades of Bright Turquoise #17D2E6
Tints of Bright Turquoise #17D2E6
RGB
CMYK
RGB Variations
Color information
#17D2E6 (or 0x17D2E6) is known color: Bright Turquoise. HEX triplet: 17, D2 and E6. RGB value is (23,210,230). Sum of RGB (Red+Green+Blue) = 23+210+230=463 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.97% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #17D2E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D2E6 is #E82D19. Grayscale: #9C9C9C. Windows color (decimal): -15215898 or 15127063. OLE color: 15127063.
HSL color Cylindrical-coordinate representation of color #17D2E6: hue angle of 185.8º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17D2E6 is Cyan = 0.9, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 210 | 230 | - |
| CMYK | 0.9 | 0.09 | 0 | 0.10 |
| HSL | 185.8º | 0.82% | 0.5% | - |
| HSV(B) | 185.8º | 0.9% | 0.9% | - |
| XYZ | 37.68 | 51.99 | 82.91 | - |
| YUV | 156.37 | 169.55 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 210 | 230 | 0.9 | 0.09 | 0 | 0.10 | 185.8 | 0.82 | 0.5 |
| Hex | 17 | D2 | E6 | 5A | 9 | 0 | A | BA | 52 | 32 |
| Octal | 27 | 322 | 346 | 132 | 11 | 0 | 12 | 272 | 122 | 62 |
| Binary | 10111 | 11010010 | 11100110 | 1011010 | 1001 | 0 | 1010 | 10111010 | 1010010 | 110010 |
Color Harmonies of #17D2E6
Complementary color
Monochromatic Colors of #17D2E6
Black with #17D2E6
Text Example
Text Example
White with #17D2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D2E6; }
p { color: rgb(23,210,230); }
H1.HeaderClassName
{
color: #17D2E6;
}
.AnyTagClassName
{
color: #17D2E6;
}
</style>
background-color css
<style>
a { background-color: #17D2E6; }
a { background-color: rgb(23,210,230); }
div.DivClassName
{
background-color: #17D2E6;
}
.BgClassName
{
background-color: #17D2E6;
}
</style>
border-color css
<style>
span { border-color: #17D2E6; }
span { border-color: rgb(23,210,230); }
td.TdClassName
{
border-color: #17D2E6;
}
.TagClassName
{
border-color: #17D2E6;
}
</style>