#58C4BE

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

Shades of Medium Turquoise #58C4BE

Tints of Medium Turquoise #58C4BE

Color information

#58C4BE (or 0x58C4BE) is unknown color: approx Medium Turquoise. HEX triplet: 58, C4 and BE. RGB value is (88,196,190). Sum of RGB (Red+Green+Blue) = 88+196+190=474 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.57% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #58C4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C4BE is #A73B41. Grayscale: #A2A2A2. Windows color (decimal): -10959682 or 12502104. OLE color: 12502104.

HSL color Cylindrical-coordinate representation of color #58C4BE: hue angle of 176.67º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C4BE is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB88196190-
CMYK0.5500.030.23
HSL176.67º47.79%55.69%-
HSV(B)176.67º55.1%76.86%-
XYZ33.0645.2755.71-
YUV163.02143.2274.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.57%
GREEN value IS 196 (76.95% from 255) = 41.35%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=18.57%
G=41.35%
B=40.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal881961900.5500.030.23176.6747.7955.69
Hex58C4BE370317b13038
Octal1303042766703272616070
Binary101100011000100101111101101110111011110110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,196,190); }

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

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

 a { background-color: rgb(88,196,190); }

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

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

 span { border-color: rgb(88,196,190); }

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