Html Css Color HEX #57DEC5 Medium Turquoise

📋 copy color: '#57DEC5'

red 87 ◦ green 222 ◦ blue 197

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

Shades of Medium Turquoise #57DEC5

Tints of Medium Turquoise #57DEC5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.87%

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

R = 17.19%
G = 43.87%
B = 38.93%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#57DEC5 (or 0x57DEC5) is known color: Medium Turquoise. HEX triplet: 57, DE and C5. RGB value is (87,222,197). Sum of RGB (Red+Green+Blue) = 87+222+197=506 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.19% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #57DEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DEC5 is #A8213A. Grayscale: #B2B2B2. Windows color (decimal): -11018555 or 12967511. OLE color: 12967511.

HSL color Cylindrical-coordinate representation of color #57DEC5: hue angle of 168.89º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DEC5 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 222 197 -
CMYK 0.61 0 0.11 0.13
HSL 168.89º 0.67% 0.61% -
HSV(B) 168.89º 0.61% 0.87% -
XYZ 40.13 58.3 61.96 -
YUV 178.79 138.27 62.53 -
System Red Green Blue C M Y K H S L
Decimal 87 222 197 0.61 0 0.11 0.13 168.89 0.67 0.61
Hex 57 DE C5 3D 0 B D A9 43 3D
Octal 127 336 305 75 0 13 15 251 103 75
Binary 1010111 11011110 11000101 111101 0 1011 1101 10101001 1000011 111101

Color Harmonies of #57DEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DEC5

Black with #57DEC5

Text Example


Text Example

White with #57DEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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