Shades of Bright Turquoise #17FADE
Tints of Bright Turquoise #17FADE
RGB
CMYK
RGB Variations
Color information
#17FADE (or 0x17FADE) is known color: Bright Turquoise. HEX triplet: 17, FA and DE. RGB value is (23,250,222). Sum of RGB (Red+Green+Blue) = 23+250+222=495 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.65% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #17FADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FADE is #E80521. Grayscale: #B2B2B2. Windows color (decimal): -15205666 or 14613015. OLE color: 14613015.
HSL color Cylindrical-coordinate representation of color #17FADE: hue angle of 172.6º 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 #17FADE is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 250 | 222 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.02 |
| HSL | 172.6º | 0.96% | 0.54% | - |
| HSV(B) | 172.6º | 0.91% | 0.98% | - |
| XYZ | 47.72 | 73.83 | 80.84 | - |
| YUV | 178.94 | 152.29 | 16.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 250 | 222 | 0.91 | 0 | 0.11 | 0.02 | 172.6 | 0.96 | 0.54 |
| Hex | 17 | FA | DE | 5B | 0 | B | 2 | AD | 60 | 36 |
| Octal | 27 | 372 | 336 | 133 | 0 | 13 | 2 | 255 | 140 | 66 |
| Binary | 10111 | 11111010 | 11011110 | 1011011 | 0 | 1011 | 10 | 10101101 | 1100000 | 110110 |
Color Harmonies of #17FADE
Complementary color
Monochromatic Colors of #17FADE
Black with #17FADE
Text Example
Text Example
White with #17FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FADE; }
p { color: rgb(23,250,222); }
H1.HeaderClassName
{
color: #17FADE;
}
.AnyTagClassName
{
color: #17FADE;
}
</style>
background-color css
<style>
a { background-color: #17FADE; }
a { background-color: rgb(23,250,222); }
div.DivClassName
{
background-color: #17FADE;
}
.BgClassName
{
background-color: #17FADE;
}
</style>
border-color css
<style>
span { border-color: #17FADE; }
span { border-color: rgb(23,250,222); }
td.TdClassName
{
border-color: #17FADE;
}
.TagClassName
{
border-color: #17FADE;
}
</style>