#58C2BB

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

Shades of Medium Turquoise #58C2BB

Tints of Medium Turquoise #58C2BB

Color information

#58C2BB (or 0x58C2BB) is unknown color: approx Medium Turquoise. HEX triplet: 58, C2 and BB. RGB value is (88,194,187). Sum of RGB (Red+Green+Blue) = 88+194+187=469 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.76% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #58C2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C2BB is #A73D44. Grayscale: #A1A1A1. Windows color (decimal): -10960197 or 12304984. OLE color: 12304984.

HSL color Cylindrical-coordinate representation of color #58C2BB: hue angle of 176.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C2BB is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB88194187-
CMYK0.5500.040.24
HSL176.04º46.49%55.29%-
HSV(B)176.04º54.64%76.08%-
XYZ32.2944.2553.85-
YUV161.51142.3875.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.76%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=18.76%
G=41.36%
B=39.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881941870.5500.040.24176.0446.4955.29
Hex58C2BB370418b02e37
Octal1303022736704302605667
Binary1011000110000101011101111011101001100010110000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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