#58C8C7

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

Shades of Medium Turquoise #58C8C7

Tints of Medium Turquoise #58C8C7

Color information

#58C8C7 (or 0x58C8C7) is unknown color: approx Medium Turquoise. HEX triplet: 58, C8 and C7. RGB value is (88,200,199). Sum of RGB (Red+Green+Blue) = 88+200+199=487 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.07% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #58C8C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C8C7 is #A73738. Grayscale: #A6A6A6. Windows color (decimal): -10958649 or 13092952. OLE color: 13092952.

HSL color Cylindrical-coordinate representation of color #58C8C7: hue angle of 179.46º 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 #58C8C7 is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB88200199-
CMYK0.5600.000.22
HSL179.46º50.45%56.47%-
HSV(B)179.46º56%78.43%-
XYZ34.9947.5161.36-
YUV166.4146.3972.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.07%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 199 (78.12% from 255) = 40.86%
R=18.07%
G=41.07%
B=40.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal882001990.5600.000.22179.4650.4556.47
Hex58C8C7380016b33238
Octal1303103077000262636270
Binary10110001100100011000111111000001011010110011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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