Html Css Color HEX #57C4CA Medium Turquoise

📋 copy color: '#57C4CA'

red 87 ◦ green 196 ◦ blue 202

#57C4CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #57C4CA

Tints of Medium Turquoise #57C4CA

RGB

 RED value IS 87 (34.38% from 255) = 17.94%

 GREEN value IS 196 (76.95% from 255) = 40.41%

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 17.94%
G = 40.41%
B = 41.65%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#57C4CA (or 0x57C4CA) is known color: Medium Turquoise. HEX triplet: 57, C4 and CA. RGB value is (87,196,202). Sum of RGB (Red+Green+Blue) = 87+196+202=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #57C4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C4CA is #A83B35. Grayscale: #A3A3A3. Windows color (decimal): -11025206 or 13288535. OLE color: 13288535.

HSL color Cylindrical-coordinate representation of color #57C4CA: hue angle of 183.13º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57C4CA is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 196 202 -
CMYK 0.57 0.03 0 0.21
HSL 183.13º 0.52% 0.57% -
HSV(B) 183.13º 0.57% 0.79% -
XYZ 34.33 45.77 62.9 -
YUV 164.09 149.39 73.01 -
System Red Green Blue C M Y K H S L
Decimal 87 196 202 0.57 0.03 0 0.21 183.13 0.52 0.57
Hex 57 C4 CA 39 3 0 15 B7 34 39
Octal 127 304 312 71 3 0 25 267 64 71
Binary 1010111 11000100 11001010 111001 11 0 10101 10110111 110100 111001

Color Harmonies of #57C4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C4CA

Black with #57C4CA

Text Example


Text Example

White with #57C4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57C4CA;
 }
 .AnyTagClassName
 {
   color: #57C4CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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