Html Css Color HEX #57DDD3 Medium Turquoise

📋 copy color: '#57DDD3'

red 87 ◦ green 221 ◦ blue 211

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

Shades of Medium Turquoise #57DDD3

Tints of Medium Turquoise #57DDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.66%

R = 16.76%
G = 42.58%
B = 40.66%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#57DDD3 (or 0x57DDD3) is known color: Medium Turquoise. HEX triplet: 57, DD and D3. RGB value is (87,221,211). Sum of RGB (Red+Green+Blue) = 87+221+211=519 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.76% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDD3 is #A8222C. Grayscale: #B3B3B3. Windows color (decimal): -11018797 or 13884759. OLE color: 13884759.

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

Color convert

RGB 87 221 211 -
CMYK 0.61 0 0.05 0.13
HSL 175.52º 0.66% 0.6% -
HSV(B) 175.52º 0.61% 0.87% -
XYZ 41.54 58.44 70.72 -
YUV 179.79 145.61 61.81 -
System Red Green Blue C M Y K H S L
Decimal 87 221 211 0.61 0 0.05 0.13 175.52 0.66 0.6
Hex 57 DD D3 3D 0 5 D B0 42 3C
Octal 127 335 323 75 0 5 15 260 102 74
Binary 1010111 11011101 11010011 111101 0 101 1101 10110000 1000010 111100

Color Harmonies of #57DDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DDD3

Black with #57DDD3

Text Example


Text Example

White with #57DDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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