#57D9CA

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

Shades of Medium Turquoise #57D9CA

Tints of Medium Turquoise #57D9CA

Color information

#57D9CA (or 0x57D9CA) is unknown color: approx Medium Turquoise. HEX triplet: 57, D9 and CA. RGB value is (87,217,202). Sum of RGB (Red+Green+Blue) = 87+217+202=506 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.19% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #57D9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D9CA is #A82635. Grayscale: #B0B0B0. Windows color (decimal): -11019830 or 13293911. OLE color: 13293911.

HSL color Cylindrical-coordinate representation of color #57D9CA: hue angle of 173.08º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D9CA is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB87217202-
CMYK0.6000.070.15
HSL173.08º63.11%59.61%-
HSV(B)173.08º59.91%85.1%-
XYZ39.455.9264.59-
YUV176.42142.4364.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.19%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=17.19%
G=42.89%
B=39.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal872172020.6000.070.15173.0863.1159.61
Hex57D9CA3C07Fad3f3c
Octal1273313127407172557774
Binary101011111011001110010101111000111111110101101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57D9CA; }

 p { color: rgb(87,217,202); }

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

<style>
 a { background-color: #57D9CA; }

 a { background-color: rgb(87,217,202); }

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

<style>
 span { border-color: #57D9CA; }

 span { border-color: rgb(87,217,202); }

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