Shades of Bright Turquoise #17D5E1
Tints of Bright Turquoise #17D5E1
RGB
CMYK
RGB Variations
Color information
#17D5E1 (or 0x17D5E1) is known color: Bright Turquoise. HEX triplet: 17, D5 and E1. RGB value is (23,213,225). Sum of RGB (Red+Green+Blue) = 23+213+225=461 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.99% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #17D5E1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D5E1 is #E82A1E. Grayscale: #9D9D9D. Windows color (decimal): -15215135 or 14800151. OLE color: 14800151.
HSL color Cylindrical-coordinate representation of color #17D5E1: hue angle of 183.56º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17D5E1 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 213 | 225 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.12 |
| HSL | 183.56º | 0.81% | 0.49% | - |
| HSV(B) | 183.56º | 0.9% | 0.88% | - |
| XYZ | 37.74 | 53.21 | 79.52 | - |
| YUV | 157.56 | 166.05 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 213 | 225 | 0.90 | 0.05 | 0 | 0.12 | 183.56 | 0.81 | 0.49 |
| Hex | 17 | D5 | E1 | 5A | 5 | 0 | C | B8 | 51 | 31 |
| Octal | 27 | 325 | 341 | 132 | 5 | 0 | 14 | 270 | 121 | 61 |
| Binary | 10111 | 11010101 | 11100001 | 1011010 | 101 | 0 | 1100 | 10111000 | 1010001 | 110001 |
Color Harmonies of #17D5E1
Complementary color
Monochromatic Colors of #17D5E1
Black with #17D5E1
Text Example
Text Example
White with #17D5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D5E1; }
p { color: rgb(23,213,225); }
H1.HeaderClassName
{
color: #17D5E1;
}
.AnyTagClassName
{
color: #17D5E1;
}
</style>
background-color css
<style>
a { background-color: #17D5E1; }
a { background-color: rgb(23,213,225); }
div.DivClassName
{
background-color: #17D5E1;
}
.BgClassName
{
background-color: #17D5E1;
}
</style>
border-color css
<style>
span { border-color: #17D5E1; }
span { border-color: rgb(23,213,225); }
td.TdClassName
{
border-color: #17D5E1;
}
.TagClassName
{
border-color: #17D5E1;
}
</style>