Shades of Bright Turquoise #17FFD2
Tints of Bright Turquoise #17FFD2
RGB
CMYK
RGB Variations
Color information
#17FFD2 (or 0x17FFD2) is known color: Bright Turquoise. HEX triplet: 17, FF and D2. RGB value is (23,255,210). Sum of RGB (Red+Green+Blue) = 23+255+210=488 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.71% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #17FFD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FFD2 is #E8002D. Grayscale: #B4B4B4. Windows color (decimal): -15204398 or 13827863. OLE color: 13827863.
HSL color Cylindrical-coordinate representation of color #17FFD2: hue angle of 168.36º 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 #17FFD2 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 255 | 210 | - |
| CMYK | 0.91 | 0 | 0.18 | 0 |
| HSL | 168.36º | 1% | 0.55% | - |
| HSV(B) | 168.36º | 0.91% | 1% | - |
| XYZ | 47.75 | 76.36 | 73.19 | - |
| YUV | 180.5 | 144.64 | 15.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 255 | 210 | 0.91 | 0 | 0.18 | 0 | 168.36 | 1 | 0.55 |
| Hex | 17 | FF | D2 | 5B | 0 | 12 | 0 | A8 | 64 | 37 |
| Octal | 27 | 377 | 322 | 133 | 0 | 22 | 0 | 250 | 144 | 67 |
| Binary | 10111 | 11111111 | 11010010 | 1011011 | 0 | 10010 | 0 | 10101000 | 1100100 | 110111 |
Color Harmonies of #17FFD2
Complementary color
Monochromatic Colors of #17FFD2
Black with #17FFD2
Text Example
Text Example
White with #17FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FFD2; }
p { color: rgb(23,255,210); }
H1.HeaderClassName
{
color: #17FFD2;
}
.AnyTagClassName
{
color: #17FFD2;
}
</style>
background-color css
<style>
a { background-color: #17FFD2; }
a { background-color: rgb(23,255,210); }
div.DivClassName
{
background-color: #17FFD2;
}
.BgClassName
{
background-color: #17FFD2;
}
</style>
border-color css
<style>
span { border-color: #17FFD2; }
span { border-color: rgb(23,255,210); }
td.TdClassName
{
border-color: #17FFD2;
}
.TagClassName
{
border-color: #17FFD2;
}
</style>