Shades of Bright Turquoise #17FDD1
Tints of Bright Turquoise #17FDD1
RGB
CMYK
RGB Variations
Color information
#17FDD1 (or 0x17FDD1) is known color: Bright Turquoise. HEX triplet: 17, FD and D1. RGB value is (23,253,209). Sum of RGB (Red+Green+Blue) = 23+253+209=485 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.74% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #17FDD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FDD1 is #E8022E. Grayscale: #B3B3B3. Windows color (decimal): -15204911 or 13761815. OLE color: 13761815.
HSL color Cylindrical-coordinate representation of color #17FDD1: hue angle of 168.52º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FDD1 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 253 | 209 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.01 |
| HSL | 168.52º | 0.98% | 0.54% | - |
| HSV(B) | 168.52º | 0.91% | 0.99% | - |
| XYZ | 46.99 | 75.04 | 72.33 | - |
| YUV | 179.21 | 144.8 | 16.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 253 | 209 | 0.91 | 0 | 0.17 | 0.01 | 168.52 | 0.98 | 0.54 |
| Hex | 17 | FD | D1 | 5B | 0 | 11 | 1 | A9 | 62 | 36 |
| Octal | 27 | 375 | 321 | 133 | 0 | 21 | 1 | 251 | 142 | 66 |
| Binary | 10111 | 11111101 | 11010001 | 1011011 | 0 | 10001 | 1 | 10101001 | 1100010 | 110110 |
Color Harmonies of #17FDD1
Complementary color
Monochromatic Colors of #17FDD1
Black with #17FDD1
Text Example
Text Example
White with #17FDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FDD1; }
p { color: rgb(23,253,209); }
H1.HeaderClassName
{
color: #17FDD1;
}
.AnyTagClassName
{
color: #17FDD1;
}
</style>
background-color css
<style>
a { background-color: #17FDD1; }
a { background-color: rgb(23,253,209); }
div.DivClassName
{
background-color: #17FDD1;
}
.BgClassName
{
background-color: #17FDD1;
}
</style>
border-color css
<style>
span { border-color: #17FDD1; }
span { border-color: rgb(23,253,209); }
td.TdClassName
{
border-color: #17FDD1;
}
.TagClassName
{
border-color: #17FDD1;
}
</style>