#58D7C3

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

Shades of Medium Turquoise #58D7C3

Tints of Medium Turquoise #58D7C3

Color information

#58D7C3 (or 0x58D7C3) is unknown color: approx Medium Turquoise. HEX triplet: 58, D7 and C3. RGB value is (88,215,195). Sum of RGB (Red+Green+Blue) = 88+215+195=498 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.67% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #58D7C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D7C3 is #A7283C. Grayscale: #AEAEAE. Windows color (decimal): -10954813 or 12834648. OLE color: 12834648.

HSL color Cylindrical-coordinate representation of color #58D7C3: hue angle of 170.55º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D7C3 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB88215195-
CMYK0.5900.090.16
HSL170.55º61.35%59.41%-
HSV(B)170.55º59.07%84.31%-
XYZ38.1854.6260.16-
YUV174.75139.4266.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.67%
GREEN value IS 215 (84.38% from 255) = 43.17%
BLUE value IS 195 (76.56% from 255) = 39.16%
R=17.67%
G=43.17%
B=39.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal882151950.5900.090.16170.5561.3559.41
Hex58D7C33B0910ab3d3b
Octal13032730373011202537573
Binary10110001101011111000011111011010011000010101011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,215,195); }

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

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

 a { background-color: rgb(88,215,195); }

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

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

 span { border-color: rgb(88,215,195); }

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