Shades of Bright Turquoise #17FFD1
Tints of Bright Turquoise #17FFD1
RGB
CMYK
RGB Variations
Color information
#17FFD1 (or 0x17FFD1) is known color: Bright Turquoise. HEX triplet: 17, FF and D1. RGB value is (23,255,209). Sum of RGB (Red+Green+Blue) = 23+255+209=487 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.72% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #17FFD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FFD1 is #E8002E. Grayscale: #B4B4B4. Windows color (decimal): -15204399 or 13762327. OLE color: 13762327.
HSL color Cylindrical-coordinate representation of color #17FFD1: hue angle of 168.1º 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 #17FFD1 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 255 | 209 | - |
| CMYK | 0.91 | 0 | 0.18 | 0 |
| HSL | 168.1º | 1% | 0.55% | - |
| HSV(B) | 168.1º | 0.91% | 1% | - |
| XYZ | 47.62 | 76.31 | 72.54 | - |
| YUV | 180.39 | 144.14 | 15.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 255 | 209 | 0.91 | 0 | 0.18 | 0 | 168.1 | 1 | 0.55 |
| Hex | 17 | FF | D1 | 5B | 0 | 12 | 0 | A8 | 64 | 37 |
| Octal | 27 | 377 | 321 | 133 | 0 | 22 | 0 | 250 | 144 | 67 |
| Binary | 10111 | 11111111 | 11010001 | 1011011 | 0 | 10010 | 0 | 10101000 | 1100100 | 110111 |
Color Harmonies of #17FFD1
Complementary color
Monochromatic Colors of #17FFD1
Black with #17FFD1
Text Example
Text Example
White with #17FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FFD1; }
p { color: rgb(23,255,209); }
H1.HeaderClassName
{
color: #17FFD1;
}
.AnyTagClassName
{
color: #17FFD1;
}
</style>
background-color css
<style>
a { background-color: #17FFD1; }
a { background-color: rgb(23,255,209); }
div.DivClassName
{
background-color: #17FFD1;
}
.BgClassName
{
background-color: #17FFD1;
}
</style>
border-color css
<style>
span { border-color: #17FFD1; }
span { border-color: rgb(23,255,209); }
td.TdClassName
{
border-color: #17FFD1;
}
.TagClassName
{
border-color: #17FFD1;
}
</style>