#58E1C5

Color #58E1C5 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #58E1C5

Tints of Medium Turquoise #58E1C5

Color information

#58E1C5 (or 0x58E1C5) is unknown color: approx Medium Turquoise. HEX triplet: 58, E1 and C5. RGB value is (88,225,197). Sum of RGB (Red+Green+Blue) = 88+225+197=510 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.25% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #58E1C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E1C5 is #A71E3A. Grayscale: #B4B4B4. Windows color (decimal): -10952251 or 12968280. OLE color: 12968280.

HSL color Cylindrical-coordinate representation of color #58E1C5: hue angle of 167.74º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E1C5 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB88225197-
CMYK0.6100.120.12
HSL167.74º69.54%61.37%-
HSV(B)167.74º60.89%88.24%-
XYZ41.0359.9662.23-
YUV180.84137.1161.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 17.25%
GREEN value IS 225 (88.28% from 255) = 44.12%
BLUE value IS 197 (77.34% from 255) = 38.63%
R=17.25%
G=44.12%
B=38.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal882251970.6100.120.12167.7469.5461.37
Hex58E1C53D0CCa8463d
Octal130341305750141425010675
Binary10110001110000111000101111101011001100101010001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58E1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58E1C5; }

 p { color: rgb(88,225,197); }

 H1.HeaderClassName
 {
   color: #58E1C5;
 }
 .AnyTagClassName
 {
   color: #58E1C5;
 }
</style>
background-color css

<style>
 a { background-color: #58E1C5; }

 a { background-color: rgb(88,225,197); }

 div.DivClassName
 {
   background-color: #58E1C5;
 }
 .BgClassName
 {
   background-color: #58E1C5;
 }
</style>
border-color css

<style>
 span { border-color: #58E1C5; }

 span { border-color: rgb(88,225,197); }

 td.TdClassName
 {
   border-color: #58E1C5;
 }
 .TagClassName
 {
   border-color: #58E1C5;
 }
</style>