#58e5de

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

Shades of Turquoise Blue #58E5DE

Tints of Turquoise Blue #58E5DE

Color information

#58E5DE (or 0x58E5DE) is unknown color: approx Turquoise Blue. HEX triplet: 58, E5 and DE. RGB value is (88,229,222). Sum of RGB (Red+Green+Blue) = 88+229+222=539 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.33% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 229 - color contains mainly: green. Hex color #58E5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E5DE is #A71A21. Grayscale: #B9B9B9. Windows color (decimal): -10951202 or 14607704. OLE color: 14607704.

HSL color Cylindrical-coordinate representation of color #58E5DE: hue angle of 177.02º 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 #58E5DE is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB88229222-
CMYK0.6200.030.10
HSL177.02º73.06%62.16%-
HSV(B)177.02º61.57%89.8%-
XYZ45.2363.3978.96-
YUV186.04148.2958.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.33%
GREEN value IS 229 (89.84% from 255) = 42.49%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=16.33%
G=42.49%
B=41.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal882292220.6200.030.10177.0273.0662.16
Hex58E5DE3E03Ab1493e
Octal13034533676031226111176
Binary101100011100101110111101111100111010101100011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58e5de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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