#58DED1

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

Shades of Medium Turquoise #58DED1

Tints of Medium Turquoise #58DED1

Color information

#58DED1 (or 0x58DED1) is unknown color: approx Medium Turquoise. HEX triplet: 58, DE and D1. RGB value is (88,222,209). Sum of RGB (Red+Green+Blue) = 88+222+209=519 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.96% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #58DED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DED1 is #A7212E. Grayscale: #B4B4B4. Windows color (decimal): -10953007 or 13753944. OLE color: 13753944.

HSL color Cylindrical-coordinate representation of color #58DED1: hue angle of 174.18º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DED1 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB88222209-
CMYK0.6000.060.13
HSL174.18º67%60.78%-
HSV(B)174.18º60.36%87.06%-
XYZ41.6558.9269.5-
YUV180.45144.1162.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.96%
GREEN value IS 222 (87.11% from 255) = 42.77%
BLUE value IS 209 (82.03% from 255) = 40.27%
R=16.96%
G=42.77%
B=40.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal882222090.6000.060.13174.186760.78
Hex58DED13C06Dae433d
Octal13033632174061525610375
Binary1011000110111101101000111110001101101101011101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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