Shades of Bright Turquoise #17E0C3
Tints of Bright Turquoise #17E0C3
RGB
CMYK
RGB Variations
Color information
#17E0C3 (or 0x17E0C3) is known color: Bright Turquoise. HEX triplet: 17, E0 and C3. RGB value is (23,224,195). Sum of RGB (Red+Green+Blue) = 23+224+195=442 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.20% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #17E0C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E0C3 is #E81F3C. Grayscale: #A0A0A0. Windows color (decimal): -15212349 or 12836887. OLE color: 12836887.
HSL color Cylindrical-coordinate representation of color #17E0C3: hue angle of 171.34º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E0C3 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 224 | 195 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.12 |
| HSL | 171.34º | 0.81% | 0.48% | - |
| HSV(B) | 171.34º | 0.9% | 0.88% | - |
| XYZ | 36.86 | 57.43 | 60.77 | - |
| YUV | 160.6 | 147.41 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 224 | 195 | 0.90 | 0 | 0.13 | 0.12 | 171.34 | 0.81 | 0.48 |
| Hex | 17 | E0 | C3 | 5A | 0 | D | C | AB | 51 | 30 |
| Octal | 27 | 340 | 303 | 132 | 0 | 15 | 14 | 253 | 121 | 60 |
| Binary | 10111 | 11100000 | 11000011 | 1011010 | 0 | 1101 | 1100 | 10101011 | 1010001 | 110000 |
Color Harmonies of #17E0C3
Complementary color
Monochromatic Colors of #17E0C3
Black with #17E0C3
Text Example
Text Example
White with #17E0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E0C3; }
p { color: rgb(23,224,195); }
H1.HeaderClassName
{
color: #17E0C3;
}
.AnyTagClassName
{
color: #17E0C3;
}
</style>
background-color css
<style>
a { background-color: #17E0C3; }
a { background-color: rgb(23,224,195); }
div.DivClassName
{
background-color: #17E0C3;
}
.BgClassName
{
background-color: #17E0C3;
}
</style>
border-color css
<style>
span { border-color: #17E0C3; }
span { border-color: rgb(23,224,195); }
td.TdClassName
{
border-color: #17E0C3;
}
.TagClassName
{
border-color: #17E0C3;
}
</style>