#58DCCA

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

Shades of Medium Turquoise #58DCCA

Tints of Medium Turquoise #58DCCA

Color information

#58DCCA (or 0x58DCCA) is unknown color: approx Medium Turquoise. HEX triplet: 58, DC and CA. RGB value is (88,220,202). Sum of RGB (Red+Green+Blue) = 88+220+202=510 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.25% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCCA is #A72335. Grayscale: #B2B2B2. Windows color (decimal): -10953526 or 13294680. OLE color: 13294680.

HSL color Cylindrical-coordinate representation of color #58DCCA: hue angle of 171.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DCCA is Cyan = 0.6, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB88220202-
CMYK0.600.080.14
HSL171.82º65.35%60.39%-
HSV(B)171.82º60%86.27%-
XYZ40.2857.5364.86-
YUV178.48141.2763.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.25%
GREEN value IS 220 (86.33% from 255) = 43.14%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=17.25%
G=43.14%
B=39.61%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal882202020.600.080.14171.8265.3560.39
Hex58DCCA3C08Eac413c
Octal130334312740101625410174
Binary10110001101110011001010111100010001110101011001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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