#58EDDC

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

Shades of Turquoise #58EDDC

Tints of Turquoise #58EDDC

Color information

#58EDDC (or 0x58EDDC) is unknown color: approx Turquoise. HEX triplet: 58, ED and DC. RGB value is (88,237,220). Sum of RGB (Red+Green+Blue) = 88+237+220=545 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.15% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #58EDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EDDC is #A71223. Grayscale: #BEBEBE. Windows color (decimal): -10949156 or 14478680. OLE color: 14478680.

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

Color convert

RGB88237220-
CMYK0.6300.070.07
HSL173.15º80.54%63.73%-
HSV(B)173.15º62.87%92.94%-
XYZ47.2367.8178.31-
YUV190.51144.6454.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.15%
GREEN value IS 237 (92.97% from 255) = 43.49%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=16.15%
G=43.49%
B=40.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal882372200.6300.070.07173.1580.5463.73
Hex58EDDC3F077ad5140
Octal13035533477077255121100
Binary1011000111011011101110011111101111111010110110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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