Html Css Color HEX #57E0D0 Medium Turquoise

📋 copy color: '#57E0D0'

red 87 ◦ green 224 ◦ blue 208

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

Shades of Medium Turquoise #57E0D0

Tints of Medium Turquoise #57E0D0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.16%

 BLUE value IS 208 (81.64% from 255) = 40.08%

R = 16.76%
G = 43.16%
B = 40.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#57E0D0 (or 0x57E0D0) is known color: Medium Turquoise. HEX triplet: 57, E0 and D0. RGB value is (87,224,208). Sum of RGB (Red+Green+Blue) = 87+224+208=519 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.76% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #57E0D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E0D0 is #A81F2F. Grayscale: #B5B5B5. Windows color (decimal): -11018032 or 13688919. OLE color: 13688919.

HSL color Cylindrical-coordinate representation of color #57E0D0: hue angle of 172.99º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57E0D0 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 224 208 -
CMYK 0.61 0 0.07 0.12
HSL 172.99º 0.69% 0.61% -
HSV(B) 172.99º 0.61% 0.88% -
XYZ 41.97 59.89 69.02 -
YUV 181.21 143.11 60.8 -
System Red Green Blue C M Y K H S L
Decimal 87 224 208 0.61 0 0.07 0.12 172.99 0.69 0.61
Hex 57 E0 D0 3D 0 7 C AD 45 3D
Octal 127 340 320 75 0 7 14 255 105 75
Binary 1010111 11100000 11010000 111101 0 111 1100 10101101 1000101 111101

Color Harmonies of #57E0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E0D0

Black with #57E0D0

Text Example


Text Example

White with #57E0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,224,208); }

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

background-color css

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

 a { background-color: rgb(87,224,208); }

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

border-color css

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

 span { border-color: rgb(87,224,208); }

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