#58D8C1

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

Shades of Medium Turquoise #58D8C1

Tints of Medium Turquoise #58D8C1

Color information

#58D8C1 (or 0x58D8C1) is unknown color: approx Medium Turquoise. HEX triplet: 58, D8 and C1. RGB value is (88,216,193). Sum of RGB (Red+Green+Blue) = 88+216+193=497 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.71% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #58D8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D8C1 is #A7273E. Grayscale: #AFAFAF. Windows color (decimal): -10954559 or 12703832. OLE color: 12703832.

HSL color Cylindrical-coordinate representation of color #58D8C1: hue angle of 169.22º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D8C1 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB88216193-
CMYK0.5900.110.15
HSL169.22º62.14%59.61%-
HSV(B)169.22º59.26%84.71%-
XYZ38.2155.0459.06-
YUV175.11138.0965.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.71%
GREEN value IS 216 (84.77% from 255) = 43.46%
BLUE value IS 193 (75.78% from 255) = 38.83%
R=17.71%
G=43.46%
B=38.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal882161930.5900.110.15169.2262.1459.61
Hex58D8C13B0BFa93e3c
Octal13033030173013172517674
Binary1011000110110001100000111101101011111110101001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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