Html Css Color HEX #57DDC4 Medium Turquoise

📋 copy color: '#57DDC4'

red 87 ◦ green 221 ◦ blue 196

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

Shades of Medium Turquoise #57DDC4

Tints of Medium Turquoise #57DDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.85%

 BLUE value IS 196 (76.95% from 255) = 38.89%

R = 17.26%
G = 43.85%
B = 38.89%

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

#57DDC4 (or 0x57DDC4) is known color: Medium Turquoise. HEX triplet: 57, DD and C4. RGB value is (87,221,196). Sum of RGB (Red+Green+Blue) = 87+221+196=504 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.26% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDC4 is #A8223B. Grayscale: #B2B2B2. Windows color (decimal): -11018812 or 12901719. OLE color: 12901719.

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

Color convert

RGB 87 221 196 -
CMYK 0.61 0 0.11 0.13
HSL 168.81º 0.66% 0.6% -
HSV(B) 168.81º 0.61% 0.87% -
XYZ 39.75 57.72 61.27 -
YUV 178.08 138.11 63.03 -
System Red Green Blue C M Y K H S L
Decimal 87 221 196 0.61 0 0.11 0.13 168.81 0.66 0.6
Hex 57 DD C4 3D 0 B D A9 42 3C
Octal 127 335 304 75 0 13 15 251 102 74
Binary 1010111 11011101 11000100 111101 0 1011 1101 10101001 1000010 111100

Color Harmonies of #57DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DDC4

Black with #57DDC4

Text Example


Text Example

White with #57DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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