#58E8C5

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

Shades of Turquoise #58E8C5

Tints of Turquoise #58E8C5

Color information

#58E8C5 (or 0x58E8C5) is unknown color: approx Turquoise. HEX triplet: 58, E8 and C5. RGB value is (88,232,197). Sum of RGB (Red+Green+Blue) = 88+232+197=517 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.02% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 232 - color contains mainly: green. Hex color #58E8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58E8C5 is #A7173A. Grayscale: #B8B8B8. Windows color (decimal): -10950459 or 12970072. OLE color: 12970072.

HSL color Cylindrical-coordinate representation of color #58E8C5: hue angle of 165.42º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58E8C5 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB88232197-
CMYK0.6200.150.09
HSL165.42º75.79%62.75%-
HSV(B)165.42º62.07%90.98%-
XYZ42.9663.8262.88-
YUV184.95134.7958.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.02%
GREEN value IS 232 (91.02% from 255) = 44.87%
BLUE value IS 197 (77.34% from 255) = 38.10%
R=17.02%
G=44.87%
B=38.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal882321970.6200.150.09165.4275.7962.75
Hex58E8C53E0F9a54c3f
Octal130350305760171124511477
Binary10110001110100011000101111110011111001101001011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58E8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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