#58C1C0

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

Shades of Medium Turquoise #58C1C0

Tints of Medium Turquoise #58C1C0

Color information

#58C1C0 (or 0x58C1C0) is unknown color: approx Medium Turquoise. HEX triplet: 58, C1 and C0. RGB value is (88,193,192). Sum of RGB (Red+Green+Blue) = 88+193+192=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #58C1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C1C0 is #A73E3F. Grayscale: #A1A1A1. Windows color (decimal): -10960448 or 12632408. OLE color: 12632408.

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

Color convert

RGB88193192-
CMYK0.5400.010.24
HSL179.43º45.85%55.1%-
HSV(B)179.43º54.4%75.69%-
XYZ32.6144.0256.65-
YUV161.49145.2175.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.60%
GREEN value IS 193 (75.78% from 255) = 40.80%
BLUE value IS 192 (75.39% from 255) = 40.59%
R=18.60%
G=40.80%
B=40.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881931920.5400.010.24179.4345.8555.1
Hex58C1C0360118b32e37
Octal1303013006601302635667
Binary10110001100000111000000110110011100010110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,193,192); }

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

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

 a { background-color: rgb(88,193,192); }

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

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

 span { border-color: rgb(88,193,192); }

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