Shades of Bright Turquoise #17FADC
Tints of Bright Turquoise #17FADC
RGB
CMYK
RGB Variations
Color information
#17FADC (or 0x17FADC) is known color: Bright Turquoise. HEX triplet: 17, FA and DC. RGB value is (23,250,220). Sum of RGB (Red+Green+Blue) = 23+250+220=493 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.67% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #17FADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FADC is #E80523. Grayscale: #B2B2B2. Windows color (decimal): -15205668 or 14481943. OLE color: 14481943.
HSL color Cylindrical-coordinate representation of color #17FADC: hue angle of 172.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FADC is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 250 | 220 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.02 |
| HSL | 172.07º | 0.96% | 0.54% | - |
| HSV(B) | 172.07º | 0.91% | 0.98% | - |
| XYZ | 47.46 | 73.72 | 79.44 | - |
| YUV | 178.71 | 151.29 | 16.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 250 | 220 | 0.91 | 0 | 0.12 | 0.02 | 172.07 | 0.96 | 0.54 |
| Hex | 17 | FA | DC | 5B | 0 | C | 2 | AC | 60 | 36 |
| Octal | 27 | 372 | 334 | 133 | 0 | 14 | 2 | 254 | 140 | 66 |
| Binary | 10111 | 11111010 | 11011100 | 1011011 | 0 | 1100 | 10 | 10101100 | 1100000 | 110110 |
Color Harmonies of #17FADC
Complementary color
Monochromatic Colors of #17FADC
Black with #17FADC
Text Example
Text Example
White with #17FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FADC; }
p { color: rgb(23,250,220); }
H1.HeaderClassName
{
color: #17FADC;
}
.AnyTagClassName
{
color: #17FADC;
}
</style>
background-color css
<style>
a { background-color: #17FADC; }
a { background-color: rgb(23,250,220); }
div.DivClassName
{
background-color: #17FADC;
}
.BgClassName
{
background-color: #17FADC;
}
</style>
border-color css
<style>
span { border-color: #17FADC; }
span { border-color: rgb(23,250,220); }
td.TdClassName
{
border-color: #17FADC;
}
.TagClassName
{
border-color: #17FADC;
}
</style>