#58C5BD

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

Shades of Medium Turquoise #58C5BD

Tints of Medium Turquoise #58C5BD

Color information

#58C5BD (or 0x58C5BD) is unknown color: approx Medium Turquoise. HEX triplet: 58, C5 and BD. RGB value is (88,197,189). Sum of RGB (Red+Green+Blue) = 88+197+189=474 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.57% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #58C5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C5BD is #A73A42. Grayscale: #A3A3A3. Windows color (decimal): -10959427 or 12436824. OLE color: 12436824.

HSL color Cylindrical-coordinate representation of color #58C5BD: hue angle of 175.6º 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 #58C5BD is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB88197189-
CMYK0.5500.040.23
HSL175.6º48.44%55.88%-
HSV(B)175.6º55.33%77.25%-
XYZ33.1845.6855.21-
YUV163.5142.3974.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.57%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=18.57%
G=41.56%
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.23
SystemRedGreenBlueCMYKHSL
Decimal881971890.5500.040.23175.648.4455.88
Hex58C5BD370417b03038
Octal1303052756704272606070
Binary1011000110001011011110111011101001011110110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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