#58D8D5

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

Shades of Medium Turquoise #58D8D5

Tints of Medium Turquoise #58D8D5

Color information

#58D8D5 (or 0x58D8D5) is unknown color: approx Medium Turquoise. HEX triplet: 58, D8 and D5. RGB value is (88,216,213). Sum of RGB (Red+Green+Blue) = 88+216+213=517 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.02% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #58D8D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D8D5 is #A7272A. Grayscale: #B1B1B1. Windows color (decimal): -10954539 or 14014552. OLE color: 14014552.

HSL color Cylindrical-coordinate representation of color #58D8D5: hue angle of 178.59º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D8D5 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB88216213-
CMYK0.5900.010.15
HSL178.59º62.14%59.61%-
HSV(B)178.59º59.26%84.71%-
XYZ40.5955.9971.62-
YUV177.39148.0964.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.02%
GREEN value IS 216 (84.77% from 255) = 41.78%
BLUE value IS 213 (83.59% from 255) = 41.20%
R=17.02%
G=41.78%
B=41.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal882162130.5900.010.15178.5962.1459.61
Hex58D8D53B01Fb33e3c
Octal1303303257301172637674
Binary1011000110110001101010111101101111110110011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,216,213); }

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

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

 a { background-color: rgb(88,216,213); }

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

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

 span { border-color: rgb(88,216,213); }

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