#58D6D9

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

Shades of Medium Turquoise #58D6D9

Tints of Medium Turquoise #58D6D9

Color information

#58D6D9 (or 0x58D6D9) is unknown color: approx Medium Turquoise. HEX triplet: 58, D6 and D9. RGB value is (88,214,217). Sum of RGB (Red+Green+Blue) = 88+214+217=519 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.96% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #58D6D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D6D9 is #A72926. Grayscale: #B0B0B0. Windows color (decimal): -10955047 or 14276184. OLE color: 14276184.

HSL color Cylindrical-coordinate representation of color #58D6D9: hue angle of 181.4º degrees, saturation: 0.63, 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 #58D6D9 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB88214217-
CMYK0.590.0100.15
HSL181.4º62.93%59.8%-
HSV(B)181.4º59.45%85.1%-
XYZ40.655.1874.16-
YUV176.67150.7664.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.96%
GREEN value IS 214 (83.98% from 255) = 41.23%
BLUE value IS 217 (85.16% from 255) = 41.81%
R=16.96%
G=41.23%
B=41.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal882142170.590.0100.15181.462.9359.8
Hex58D6D93B10Fb53f3c
Octal1303263317310172657774
Binary1011000110101101101100111101110111110110101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,214,217); }

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

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

 a { background-color: rgb(88,214,217); }

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

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

 span { border-color: rgb(88,214,217); }

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