#58EDE4

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

Shades of Turquoise Blue #58EDE4

Tints of Turquoise Blue #58EDE4

Color information

#58EDE4 (or 0x58EDE4) is unknown color: approx Turquoise Blue. HEX triplet: 58, ED and E4. RGB value is (88,237,228). Sum of RGB (Red+Green+Blue) = 88+237+228=553 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.91% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #58EDE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EDE4 is #A7121B. Grayscale: #BFBFBF. Windows color (decimal): -10949148 or 15002968. OLE color: 15002968.

HSL color Cylindrical-coordinate representation of color #58EDE4: hue angle of 176.38º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EDE4 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB88237228-
CMYK0.6300.040.07
HSL176.38º80.54%63.73%-
HSV(B)176.38º62.87%92.94%-
XYZ48.3168.2484.02-
YUV191.42148.6454.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.91%
GREEN value IS 237 (92.97% from 255) = 42.86%
BLUE value IS 228 (89.45% from 255) = 41.23%
R=15.91%
G=42.86%
B=41.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal882372280.6300.040.07176.3880.5463.73
Hex58EDE43F047b05140
Octal13035534477047260121100
Binary1011000111011011110010011111101001111011000010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58EDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,237,228); }

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

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

 a { background-color: rgb(88,237,228); }

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

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

 span { border-color: rgb(88,237,228); }

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