Html Css Color HEX #57DDD6 Medium Turquoise

📋 copy color: '#57DDD6'

red 87 ◦ green 221 ◦ blue 214

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

Shades of Medium Turquoise #57DDD6

Tints of Medium Turquoise #57DDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41%

R = 16.67%
G = 42.34%
B = 41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#57DDD6 (or 0x57DDD6) is known color: Medium Turquoise. HEX triplet: 57, DD and D6. RGB value is (87,221,214). Sum of RGB (Red+Green+Blue) = 87+221+214=522 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.67% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDD6 is #A82229. Grayscale: #B4B4B4. Windows color (decimal): -11018794 or 14081367. OLE color: 14081367.

HSL color Cylindrical-coordinate representation of color #57DDD6: hue angle of 176.87º 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 #57DDD6 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 221 214 -
CMYK 0.61 0 0.03 0.13
HSL 176.87º 0.66% 0.6% -
HSV(B) 176.87º 0.61% 0.87% -
XYZ 41.92 58.59 72.72 -
YUV 180.14 147.11 61.57 -
System Red Green Blue C M Y K H S L
Decimal 87 221 214 0.61 0 0.03 0.13 176.87 0.66 0.6
Hex 57 DD D6 3D 0 3 D B1 42 3C
Octal 127 335 326 75 0 3 15 261 102 74
Binary 1010111 11011101 11010110 111101 0 11 1101 10110001 1000010 111100

Color Harmonies of #57DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DDD6

Black with #57DDD6

Text Example


Text Example

White with #57DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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