Shades of Bright Turquoise #17FADB
Tints of Bright Turquoise #17FADB
RGB
CMYK
RGB Variations
Color information
#17FADB (or 0x17FADB) is known color: Bright Turquoise. HEX triplet: 17, FA and DB. RGB value is (23,250,219). Sum of RGB (Red+Green+Blue) = 23+250+219=492 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.67% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #17FADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FADB is #E80524. Grayscale: #B2B2B2. Windows color (decimal): -15205669 or 14416407. OLE color: 14416407.
HSL color Cylindrical-coordinate representation of color #17FADB: hue angle of 171.81º 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 #17FADB is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 250 | 219 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.02 |
| HSL | 171.81º | 0.96% | 0.54% | - |
| HSV(B) | 171.81º | 0.91% | 0.98% | - |
| XYZ | 47.33 | 73.67 | 78.74 | - |
| YUV | 178.59 | 150.79 | 17.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 250 | 219 | 0.91 | 0 | 0.12 | 0.02 | 171.81 | 0.96 | 0.54 |
| Hex | 17 | FA | DB | 5B | 0 | C | 2 | AC | 60 | 36 |
| Octal | 27 | 372 | 333 | 133 | 0 | 14 | 2 | 254 | 140 | 66 |
| Binary | 10111 | 11111010 | 11011011 | 1011011 | 0 | 1100 | 10 | 10101100 | 1100000 | 110110 |
Color Harmonies of #17FADB
Complementary color
Monochromatic Colors of #17FADB
Black with #17FADB
Text Example
Text Example
White with #17FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FADB; }
p { color: rgb(23,250,219); }
H1.HeaderClassName
{
color: #17FADB;
}
.AnyTagClassName
{
color: #17FADB;
}
</style>
background-color css
<style>
a { background-color: #17FADB; }
a { background-color: rgb(23,250,219); }
div.DivClassName
{
background-color: #17FADB;
}
.BgClassName
{
background-color: #17FADB;
}
</style>
border-color css
<style>
span { border-color: #17FADB; }
span { border-color: rgb(23,250,219); }
td.TdClassName
{
border-color: #17FADB;
}
.TagClassName
{
border-color: #17FADB;
}
</style>