Html Css Color HEX #57DDCD Medium Turquoise

📋 copy color: '#57DDCD'

red 87 ◦ green 221 ◦ blue 205

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

Shades of Medium Turquoise #57DDCD

Tints of Medium Turquoise #57DDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 16.96%
G = 43.08%
B = 39.96%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#57DDCD (or 0x57DDCD) is known color: Medium Turquoise. HEX triplet: 57, DD and CD. RGB value is (87,221,205). Sum of RGB (Red+Green+Blue) = 87+221+205=513 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.96% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDCD is #A82232. Grayscale: #B3B3B3. Windows color (decimal): -11018803 or 13491543. OLE color: 13491543.

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

Color convert

RGB 87 221 205 -
CMYK 0.61 0 0.07 0.13
HSL 172.84º 0.66% 0.6% -
HSV(B) 172.84º 0.61% 0.87% -
XYZ 40.81 58.15 66.83 -
YUV 179.11 142.61 62.3 -
System Red Green Blue C M Y K H S L
Decimal 87 221 205 0.61 0 0.07 0.13 172.84 0.66 0.6
Hex 57 DD CD 3D 0 7 D AD 42 3C
Octal 127 335 315 75 0 7 15 255 102 74
Binary 1010111 11011101 11001101 111101 0 111 1101 10101101 1000010 111100

Color Harmonies of #57DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DDCD

Black with #57DDCD

Text Example


Text Example

White with #57DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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