#58EDDE

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

Shades of Turquoise #58EDDE

Tints of Turquoise #58EDDE

Color information

#58EDDE (or 0x58EDDE) is unknown color: approx Turquoise. HEX triplet: 58, ED and DE. RGB value is (88,237,222). Sum of RGB (Red+Green+Blue) = 88+237+222=547 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.09% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #58EDDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EDDE is #A71221. Grayscale: #BEBEBE. Windows color (decimal): -10949154 or 14609752. OLE color: 14609752.

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

Color convert

RGB88237222-
CMYK0.6300.060.07
HSL173.96º80.54%63.73%-
HSV(B)173.96º62.87%92.94%-
XYZ47.4967.9279.71-
YUV190.74145.6454.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.09%
GREEN value IS 237 (92.97% from 255) = 43.33%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=16.09%
G=43.33%
B=40.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal882372220.6300.060.07173.9680.5463.73
Hex58EDDE3F067ae5140
Octal13035533677067256121100
Binary1011000111011011101111011111101101111010111010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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