Html Css Color HEX #57C8CA Medium Turquoise

📋 copy color: '#57C8CA'

red 87 ◦ green 200 ◦ blue 202

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

Shades of Medium Turquoise #57C8CA

Tints of Medium Turquoise #57C8CA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.9%

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

R = 17.79%
G = 40.9%
B = 41.31%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#57C8CA (or 0x57C8CA) is known color: Medium Turquoise. HEX triplet: 57, C8 and CA. RGB value is (87,200,202). Sum of RGB (Red+Green+Blue) = 87+200+202=489 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.79% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #57C8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C8CA is #A83735. Grayscale: #A6A6A6. Windows color (decimal): -11024182 or 13289559. OLE color: 13289559.

HSL color Cylindrical-coordinate representation of color #57C8CA: hue angle of 181.04º 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 #57C8CA is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 200 202 -
CMYK 0.57 0.01 0 0.21
HSL 181.04º 0.52% 0.57% -
HSV(B) 181.04º 0.57% 0.79% -
XYZ 35.25 47.6 63.21 -
YUV 166.44 148.06 71.34 -
System Red Green Blue C M Y K H S L
Decimal 87 200 202 0.57 0.01 0 0.21 181.04 0.52 0.57
Hex 57 C8 CA 39 1 0 15 B5 34 39
Octal 127 310 312 71 1 0 25 265 64 71
Binary 1010111 11001000 11001010 111001 1 0 10101 10110101 110100 111001

Color Harmonies of #57C8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C8CA

Black with #57C8CA

Text Example


Text Example

White with #57C8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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