Shades of Bright Turquoise #17FCE1
Tints of Bright Turquoise #17FCE1
RGB
CMYK
RGB Variations
Color information
#17FCE1 (or 0x17FCE1) is known color: Bright Turquoise. HEX triplet: 17, FC and E1. RGB value is (23,252,225). Sum of RGB (Red+Green+Blue) = 23+252+225=500 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.6% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #17FCE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FCE1 is #E8031E. Grayscale: #B4B4B4. Windows color (decimal): -15205151 or 14810135. OLE color: 14810135.
HSL color Cylindrical-coordinate representation of color #17FCE1: hue angle of 172.93º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FCE1 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 252 | 225 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.01 |
| HSL | 172.93º | 0.97% | 0.54% | - |
| HSV(B) | 172.93º | 0.91% | 0.99% | - |
| XYZ | 48.75 | 75.24 | 83.19 | - |
| YUV | 180.45 | 153.13 | 15.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 252 | 225 | 0.91 | 0 | 0.11 | 0.01 | 172.93 | 0.97 | 0.54 |
| Hex | 17 | FC | E1 | 5B | 0 | B | 1 | AD | 61 | 36 |
| Octal | 27 | 374 | 341 | 133 | 0 | 13 | 1 | 255 | 141 | 66 |
| Binary | 10111 | 11111100 | 11100001 | 1011011 | 0 | 1011 | 1 | 10101101 | 1100001 | 110110 |
Color Harmonies of #17FCE1
Complementary color
Monochromatic Colors of #17FCE1
Black with #17FCE1
Text Example
Text Example
White with #17FCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FCE1; }
p { color: rgb(23,252,225); }
H1.HeaderClassName
{
color: #17FCE1;
}
.AnyTagClassName
{
color: #17FCE1;
}
</style>
background-color css
<style>
a { background-color: #17FCE1; }
a { background-color: rgb(23,252,225); }
div.DivClassName
{
background-color: #17FCE1;
}
.BgClassName
{
background-color: #17FCE1;
}
</style>
border-color css
<style>
span { border-color: #17FCE1; }
span { border-color: rgb(23,252,225); }
td.TdClassName
{
border-color: #17FCE1;
}
.TagClassName
{
border-color: #17FCE1;
}
</style>