Html Css Color HEX #57DDDA Medium Turquoise

📋 copy color: '#57DDDA'

red 87 ◦ green 221 ◦ blue 218

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

Shades of Medium Turquoise #57DDDA

Tints of Medium Turquoise #57DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 16.54%
G = 42.02%
B = 41.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#57DDDA (or 0x57DDDA) is known color: Medium Turquoise. HEX triplet: 57, DD and DA. RGB value is (87,221,218). Sum of RGB (Red+Green+Blue) = 87+221+218=526 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.54% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDDA is #A82225. Grayscale: #B4B4B4. Windows color (decimal): -11018790 or 14343511. OLE color: 14343511.

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

Color convert

RGB 87 221 218 -
CMYK 0.61 0 0.01 0.13
HSL 178.66º 0.66% 0.6% -
HSV(B) 178.66º 0.61% 0.87% -
XYZ 42.44 58.8 75.44 -
YUV 180.59 149.11 61.24 -
System Red Green Blue C M Y K H S L
Decimal 87 221 218 0.61 0 0.01 0.13 178.66 0.66 0.6
Hex 57 DD DA 3D 0 1 D B3 42 3C
Octal 127 335 332 75 0 1 15 263 102 74
Binary 1010111 11011101 11011010 111101 0 1 1101 10110011 1000010 111100

Color Harmonies of #57DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DDDA

Black with #57DDDA

Text Example


Text Example

White with #57DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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