#58DDC7

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

Shades of Medium Turquoise #58DDC7

Tints of Medium Turquoise #58DDC7

Color information

#58DDC7 (or 0x58DDC7) is unknown color: approx Medium Turquoise. HEX triplet: 58, DD and C7. RGB value is (88,221,199). Sum of RGB (Red+Green+Blue) = 88+221+199=508 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.32% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDC7 is #A72238. Grayscale: #B2B2B2. Windows color (decimal): -10953273 or 13098328. OLE color: 13098328.

HSL color Cylindrical-coordinate representation of color #58DDC7: hue angle of 170.08º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DDC7 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB88221199-
CMYK0.6000.100.13
HSL170.08º66.17%60.59%-
HSV(B)170.08º60.18%86.67%-
XYZ40.1957.9163.09-
YUV178.72139.4463.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.32%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 199 (78.12% from 255) = 39.17%
R=17.32%
G=43.50%
B=39.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal882211990.6000.100.13170.0866.1760.59
Hex58DDC73C0ADaa423d
Octal130335307740121525210275
Binary10110001101110111000111111100010101101101010101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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