Html Css Color HEX #57CDC5 Medium Turquoise

📋 copy color: '#57CDC5'

red 87 ◦ green 205 ◦ blue 197

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

Shades of Medium Turquoise #57CDC5

Tints of Medium Turquoise #57CDC5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.92%

 BLUE value IS 197 (77.34% from 255) = 40.29%

R = 17.79%
G = 41.92%
B = 40.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#57CDC5 (or 0x57CDC5) is known color: Medium Turquoise. HEX triplet: 57, CD and C5. RGB value is (87,205,197). Sum of RGB (Red+Green+Blue) = 87+205+197=489 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.79% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #57CDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDC5 is #A8323A. Grayscale: #A8A8A8. Windows color (decimal): -11022907 or 12963159. OLE color: 12963159.

HSL color Cylindrical-coordinate representation of color #57CDC5: hue angle of 175.93º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57CDC5 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 205 197 -
CMYK 0.58 0 0.04 0.20
HSL 175.93º 0.54% 0.57% -
HSV(B) 175.93º 0.58% 0.8% -
XYZ 35.84 49.72 60.53 -
YUV 168.81 143.91 69.65 -
System Red Green Blue C M Y K H S L
Decimal 87 205 197 0.58 0 0.04 0.20 175.93 0.54 0.57
Hex 57 CD C5 3A 0 4 14 B0 36 39
Octal 127 315 305 72 0 4 24 260 66 71
Binary 1010111 11001101 11000101 111010 0 100 10100 10110000 110110 111001

Color Harmonies of #57CDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CDC5

Black with #57CDC5

Text Example


Text Example

White with #57CDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,205,197); }

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

background-color css

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

 a { background-color: rgb(87,205,197); }

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

border-color css

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

 span { border-color: rgb(87,205,197); }

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