#58C8C5

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

Shades of Medium Turquoise #58C8C5

Tints of Medium Turquoise #58C8C5

Color information

#58C8C5 (or 0x58C8C5) is unknown color: approx Medium Turquoise. HEX triplet: 58, C8 and C5. RGB value is (88,200,197). Sum of RGB (Red+Green+Blue) = 88+200+197=485 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.14% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #58C8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C8C5 is #A7373A. Grayscale: #A6A6A6. Windows color (decimal): -10958651 or 12961880. OLE color: 12961880.

HSL color Cylindrical-coordinate representation of color #58C8C5: hue angle of 178.39º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C8C5 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB88200197-
CMYK0.5600.020.22
HSL178.39º50.45%56.47%-
HSV(B)178.39º56%78.43%-
XYZ34.7647.4160.14-
YUV166.17145.3972.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.14%
GREEN value IS 200 (78.52% from 255) = 41.24%
BLUE value IS 197 (77.34% from 255) = 40.62%
R=18.14%
G=41.24%
B=40.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal882001970.5600.020.22178.3950.4556.47
Hex58C8C5380216b23238
Octal1303103057002262626270
Binary101100011001000110001011110000101011010110010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,200,197); }

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

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

 a { background-color: rgb(88,200,197); }

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

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

 span { border-color: rgb(88,200,197); }

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