Html Css Color HEX #57DFD2 Medium Turquoise

📋 copy color: '#57DFD2'

red 87 ◦ green 223 ◦ blue 210

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

Shades of Medium Turquoise #57DFD2

Tints of Medium Turquoise #57DFD2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.88%

 BLUE value IS 210 (82.42% from 255) = 40.38%

R = 16.73%
G = 42.88%
B = 40.38%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#57DFD2 (or 0x57DFD2) is known color: Medium Turquoise. HEX triplet: 57, DF and D2. RGB value is (87,223,210). Sum of RGB (Red+Green+Blue) = 87+223+210=520 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.73% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #57DFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DFD2 is #A8202D. Grayscale: #B4B4B4. Windows color (decimal): -11018286 or 13819735. OLE color: 13819735.

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

Color convert

RGB 87 223 210 -
CMYK 0.61 0 0.06 0.13
HSL 174.26º 0.68% 0.61% -
HSV(B) 174.26º 0.61% 0.87% -
XYZ 41.95 59.45 70.24 -
YUV 180.85 144.44 61.06 -
System Red Green Blue C M Y K H S L
Decimal 87 223 210 0.61 0 0.06 0.13 174.26 0.68 0.61
Hex 57 DF D2 3D 0 6 D AE 44 3D
Octal 127 337 322 75 0 6 15 256 104 75
Binary 1010111 11011111 11010010 111101 0 110 1101 10101110 1000100 111101

Color Harmonies of #57DFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DFD2

Black with #57DFD2

Text Example


Text Example

White with #57DFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,223,210); }

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

background-color css

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

 a { background-color: rgb(87,223,210); }

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

border-color css

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

 span { border-color: rgb(87,223,210); }

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