#58EDC2

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

Shades of Turquoise #58EDC2

Tints of Turquoise #58EDC2

Color information

#58EDC2 (or 0x58EDC2) is unknown color: approx Turquoise. HEX triplet: 58, ED and C2. RGB value is (88,237,194). Sum of RGB (Red+Green+Blue) = 88+237+194=519 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.96% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #58EDC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EDC2 is #A7123D. Grayscale: #BBBBBB. Windows color (decimal): -10949182 or 12774744. OLE color: 12774744.

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

Color convert

RGB88237194-
CMYK0.6300.180.07
HSL162.68º80.54%63.73%-
HSV(B)162.68º62.87%92.94%-
XYZ44.0566.5461.56-
YUV187.55131.6457-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.96%
GREEN value IS 237 (92.97% from 255) = 45.66%
BLUE value IS 194 (76.17% from 255) = 37.38%
R=16.96%
G=45.66%
B=37.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal882371940.6300.180.07162.6880.5463.73
Hex58EDC23F0127a35140
Octal130355302770227243121100
Binary101100011101101110000101111110100101111010001110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58EDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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