Shades of Bright Turquoise #17FED3
Tints of Bright Turquoise #17FED3
RGB
CMYK
RGB Variations
Color information
#17FED3 (or 0x17FED3) is known color: Bright Turquoise. HEX triplet: 17, FE and D3. RGB value is (23,254,211). Sum of RGB (Red+Green+Blue) = 23+254+211=488 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.71% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #17FED3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FED3 is #E8012C. Grayscale: #B3B3B3. Windows color (decimal): -15204653 or 13893143. OLE color: 13893143.
HSL color Cylindrical-coordinate representation of color #17FED3: hue angle of 168.83º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FED3 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 254 | 211 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.00 |
| HSL | 168.83º | 0.99% | 0.54% | - |
| HSV(B) | 168.83º | 0.91% | 1% | - |
| XYZ | 47.55 | 75.77 | 73.75 | - |
| YUV | 180.03 | 145.47 | 16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 254 | 211 | 0.91 | 0 | 0.17 | 0.00 | 168.83 | 0.99 | 0.54 |
| Hex | 17 | FE | D3 | 5B | 0 | 11 | 0 | A9 | 63 | 36 |
| Octal | 27 | 376 | 323 | 133 | 0 | 21 | 0 | 251 | 143 | 66 |
| Binary | 10111 | 11111110 | 11010011 | 1011011 | 0 | 10001 | 0 | 10101001 | 1100011 | 110110 |
Color Harmonies of #17FED3
Complementary color
Monochromatic Colors of #17FED3
Black with #17FED3
Text Example
Text Example
White with #17FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FED3; }
p { color: rgb(23,254,211); }
H1.HeaderClassName
{
color: #17FED3;
}
.AnyTagClassName
{
color: #17FED3;
}
</style>
background-color css
<style>
a { background-color: #17FED3; }
a { background-color: rgb(23,254,211); }
div.DivClassName
{
background-color: #17FED3;
}
.BgClassName
{
background-color: #17FED3;
}
</style>
border-color css
<style>
span { border-color: #17FED3; }
span { border-color: rgb(23,254,211); }
td.TdClassName
{
border-color: #17FED3;
}
.TagClassName
{
border-color: #17FED3;
}
</style>