Shades of Bright Turquoise #17F5DC
Tints of Bright Turquoise #17F5DC
RGB
CMYK
RGB Variations
Color information
#17F5DC (or 0x17F5DC) is known color: Bright Turquoise. HEX triplet: 17, F5 and DC. RGB value is (23,245,220). Sum of RGB (Red+Green+Blue) = 23+245+220=488 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.71% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #17F5DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F5DC is #E80A23. Grayscale: #AFAFAF. Windows color (decimal): -15206948 or 14480663. OLE color: 14480663.
HSL color Cylindrical-coordinate representation of color #17F5DC: hue angle of 173.24º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17F5DC is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 245 | 220 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.04 |
| HSL | 173.24º | 0.92% | 0.53% | - |
| HSV(B) | 173.24º | 0.91% | 0.96% | - |
| XYZ | 45.92 | 70.65 | 78.93 | - |
| YUV | 175.77 | 152.95 | 19.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 245 | 220 | 0.91 | 0 | 0.10 | 0.04 | 173.24 | 0.92 | 0.53 |
| Hex | 17 | F5 | DC | 5B | 0 | A | 4 | AD | 5C | 35 |
| Octal | 27 | 365 | 334 | 133 | 0 | 12 | 4 | 255 | 134 | 65 |
| Binary | 10111 | 11110101 | 11011100 | 1011011 | 0 | 1010 | 100 | 10101101 | 1011100 | 110101 |
Color Harmonies of #17F5DC
Complementary color
Monochromatic Colors of #17F5DC
Black with #17F5DC
Text Example
Text Example
White with #17F5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F5DC; }
p { color: rgb(23,245,220); }
H1.HeaderClassName
{
color: #17F5DC;
}
.AnyTagClassName
{
color: #17F5DC;
}
</style>
background-color css
<style>
a { background-color: #17F5DC; }
a { background-color: rgb(23,245,220); }
div.DivClassName
{
background-color: #17F5DC;
}
.BgClassName
{
background-color: #17F5DC;
}
</style>
border-color css
<style>
span { border-color: #17F5DC; }
span { border-color: rgb(23,245,220); }
td.TdClassName
{
border-color: #17F5DC;
}
.TagClassName
{
border-color: #17F5DC;
}
</style>