Shades of Bright Turquoise #17FFDD
Tints of Bright Turquoise #17FFDD
RGB
CMYK
RGB Variations
Color information
#17FFDD (or 0x17FFDD) is known color: Bright Turquoise. HEX triplet: 17, FF and DD. RGB value is (23,255,221). Sum of RGB (Red+Green+Blue) = 23+255+221=499 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.61% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #17FFDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FFDD is #E80022. Grayscale: #B5B5B5. Windows color (decimal): -15204387 or 14548759. OLE color: 14548759.
HSL color Cylindrical-coordinate representation of color #17FFDD: hue angle of 171.21º 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 #17FFDD is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 255 | 221 | - |
| CMYK | 0.91 | 0 | 0.13 | 0 |
| HSL | 171.21º | 1% | 0.55% | - |
| HSV(B) | 171.21º | 0.91% | 1% | - |
| XYZ | 49.16 | 76.92 | 80.66 | - |
| YUV | 181.76 | 150.14 | 14.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 255 | 221 | 0.91 | 0 | 0.13 | 0 | 171.21 | 1 | 0.55 |
| Hex | 17 | FF | DD | 5B | 0 | D | 0 | AB | 64 | 37 |
| Octal | 27 | 377 | 335 | 133 | 0 | 15 | 0 | 253 | 144 | 67 |
| Binary | 10111 | 11111111 | 11011101 | 1011011 | 0 | 1101 | 0 | 10101011 | 1100100 | 110111 |
Color Harmonies of #17FFDD
Complementary color
Monochromatic Colors of #17FFDD
Black with #17FFDD
Text Example
Text Example
White with #17FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FFDD; }
p { color: rgb(23,255,221); }
H1.HeaderClassName
{
color: #17FFDD;
}
.AnyTagClassName
{
color: #17FFDD;
}
</style>
background-color css
<style>
a { background-color: #17FFDD; }
a { background-color: rgb(23,255,221); }
div.DivClassName
{
background-color: #17FFDD;
}
.BgClassName
{
background-color: #17FFDD;
}
</style>
border-color css
<style>
span { border-color: #17FFDD; }
span { border-color: rgb(23,255,221); }
td.TdClassName
{
border-color: #17FFDD;
}
.TagClassName
{
border-color: #17FFDD;
}
</style>