#58E5D8

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

Shades of Turquoise #58E5D8

Tints of Turquoise #58E5D8

Color information

#58E5D8 (or 0x58E5D8) is unknown color: approx Turquoise. HEX triplet: 58, E5 and D8. RGB value is (88,229,216). Sum of RGB (Red+Green+Blue) = 88+229+216=533 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.51% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #58E5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E5D8 is #A71A27. Grayscale: #B9B9B9. Windows color (decimal): -10951208 or 14214488. OLE color: 14214488.

HSL color Cylindrical-coordinate representation of color #58E5D8: hue angle of 174.47º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58E5D8 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB88229216-
CMYK0.6200.060.10
HSL174.47º73.06%62.16%-
HSV(B)174.47º61.57%89.8%-
XYZ44.4463.0774.8-
YUV185.36145.2958.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.51%
GREEN value IS 229 (89.84% from 255) = 42.96%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=16.51%
G=42.96%
B=40.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal882292160.6200.060.10174.4773.0662.16
Hex58E5D83E06Aae493e
Octal13034533076061225611176
Binary1011000111001011101100011111001101010101011101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58E5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,229,216); }

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

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

 a { background-color: rgb(88,229,216); }

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

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

 span { border-color: rgb(88,229,216); }

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