#58D1CA

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

Shades of Medium Turquoise #58D1CA

Tints of Medium Turquoise #58D1CA

Color information

#58D1CA (or 0x58D1CA) is unknown color: approx Medium Turquoise. HEX triplet: 58, D1 and CA. RGB value is (88,209,202). Sum of RGB (Red+Green+Blue) = 88+209+202=499 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.64% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #58D1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D1CA is #A72E35. Grayscale: #ABABAB. Windows color (decimal): -10956342 or 13291864. OLE color: 13291864.

HSL color Cylindrical-coordinate representation of color #58D1CA: hue angle of 176.53º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D1CA is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB88209202-
CMYK0.5800.030.18
HSL176.53º56.81%58.24%-
HSV(B)176.53º57.89%81.96%-
XYZ37.4951.9463.93-
YUV172.02144.9168.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.64%
GREEN value IS 209 (82.03% from 255) = 41.88%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=17.64%
G=41.88%
B=40.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal882092020.5800.030.18176.5356.8158.24
Hex58D1CA3A0312b1393a
Octal1303213127203222617172
Binary101100011010001110010101110100111001010110001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,209,202); }

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

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

 a { background-color: rgb(88,209,202); }

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

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

 span { border-color: rgb(88,209,202); }

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