Shades of Bright Turquoise #17FFD5
Tints of Bright Turquoise #17FFD5
RGB
CMYK
RGB Variations
Color information
#17FFD5 (or 0x17FFD5) is known color: Bright Turquoise. HEX triplet: 17, FF and D5. RGB value is (23,255,213). Sum of RGB (Red+Green+Blue) = 23+255+213=491 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.68% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #17FFD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FFD5 is #E8002A. Grayscale: #B4B4B4. Windows color (decimal): -15204395 or 14024471. OLE color: 14024471.
HSL color Cylindrical-coordinate representation of color #17FFD5: hue angle of 169.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FFD5 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 255 | 213 | - |
| CMYK | 0.91 | 0 | 0.16 | 0 |
| HSL | 169.14º | 1% | 0.55% | - |
| HSV(B) | 169.14º | 0.91% | 1% | - |
| XYZ | 48.12 | 76.51 | 75.18 | - |
| YUV | 180.84 | 146.14 | 15.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 255 | 213 | 0.91 | 0 | 0.16 | 0 | 169.14 | 1 | 0.55 |
| Hex | 17 | FF | D5 | 5B | 0 | 10 | 0 | A9 | 64 | 37 |
| Octal | 27 | 377 | 325 | 133 | 0 | 20 | 0 | 251 | 144 | 67 |
| Binary | 10111 | 11111111 | 11010101 | 1011011 | 0 | 10000 | 0 | 10101001 | 1100100 | 110111 |
Color Harmonies of #17FFD5
Complementary color
Monochromatic Colors of #17FFD5
Black with #17FFD5
Text Example
Text Example
White with #17FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FFD5; }
p { color: rgb(23,255,213); }
H1.HeaderClassName
{
color: #17FFD5;
}
.AnyTagClassName
{
color: #17FFD5;
}
</style>
background-color css
<style>
a { background-color: #17FFD5; }
a { background-color: rgb(23,255,213); }
div.DivClassName
{
background-color: #17FFD5;
}
.BgClassName
{
background-color: #17FFD5;
}
</style>
border-color css
<style>
span { border-color: #17FFD5; }
span { border-color: rgb(23,255,213); }
td.TdClassName
{
border-color: #17FFD5;
}
.TagClassName
{
border-color: #17FFD5;
}
</style>