#57CCDA

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

Shades of Medium Turquoise #57CCDA

Tints of Medium Turquoise #57CCDA

Color information

#57CCDA (or 0x57CCDA) is unknown color: approx Medium Turquoise. HEX triplet: 57, CC and DA. RGB value is (87,204,218). Sum of RGB (Red+Green+Blue) = 87+204+218=509 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.09% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #57CCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CCDA is #A83325. Grayscale: #AAAAAA. Windows color (decimal): -11023142 or 14339159. OLE color: 14339159.

HSL color Cylindrical-coordinate representation of color #57CCDA: hue angle of 186.41º degrees, saturation: 0.64, 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 #57CCDA is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB87204218-
CMYK0.600.0600.15
HSL186.41º63.9%59.8%-
HSV(B)186.41º60.09%85.49%-
XYZ38.1850.2774.02-
YUV170.61154.7468.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.09%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=17.09%
G=40.08%
B=42.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal872042180.600.0600.15186.4163.959.8
Hex57CCDA3C60Fba403c
Octal12731433274601727210074
Binary1010111110011001101101011110011001111101110101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,204,218); }

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

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

 a { background-color: rgb(87,204,218); }

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

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

 span { border-color: rgb(87,204,218); }

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