#58E4ED

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

Shades of Turquoise Blue #58E4ED

Tints of Turquoise Blue #58E4ED

Color information

#58E4ED (or 0x58E4ED) is unknown color: approx Turquoise Blue. HEX triplet: 58, E4 and ED. RGB value is (88,228,237). Sum of RGB (Red+Green+Blue) = 88+228+237=553 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.91% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #58E4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58E4ED is #A71B12. Grayscale: #BABABA. Windows color (decimal): -10951443 or 15590488. OLE color: 15590488.

HSL color Cylindrical-coordinate representation of color #58E4ED: hue angle of 183.62º 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 #58E4ED is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB88228237-
CMYK0.630.0400.07
HSL183.62º80.54%63.73%-
HSV(B)183.62º62.87%92.94%-
XYZ47.0563.6889.93-
YUV187.17156.1257.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal882282370.630.0400.07183.6280.5463.73
Hex58E4ED3F407b85140
Octal13034435577407270121100
Binary1011000111001001110110111111110001111011100010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58E4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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