Html Css Color HEX #57E1D6 Turquoise

📋 copy color: '#57E1D6'

red 87 ◦ green 225 ◦ blue 214

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

Shades of Turquoise #57E1D6

Tints of Turquoise #57E1D6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.78%

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

R = 16.54%
G = 42.78%
B = 40.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#57E1D6 (or 0x57E1D6) is known color: Turquoise. HEX triplet: 57, E1 and D6. RGB value is (87,225,214). Sum of RGB (Red+Green+Blue) = 87+225+214=526 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.54% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #57E1D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E1D6 is #A81E29. Grayscale: #B6B6B6. Windows color (decimal): -11017770 or 14082391. OLE color: 14082391.

HSL color Cylindrical-coordinate representation of color #57E1D6: hue angle of 175.22º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57E1D6 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 225 214 -
CMYK 0.61 0 0.05 0.12
HSL 175.22º 0.7% 0.61% -
HSV(B) 175.22º 0.61% 0.88% -
XYZ 42.99 60.73 73.07 -
YUV 182.48 145.78 59.89 -
System Red Green Blue C M Y K H S L
Decimal 87 225 214 0.61 0 0.05 0.12 175.22 0.7 0.61
Hex 57 E1 D6 3D 0 5 C AF 46 3D
Octal 127 341 326 75 0 5 14 257 106 75
Binary 1010111 11100001 11010110 111101 0 101 1100 10101111 1000110 111101

Color Harmonies of #57E1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E1D6

Black with #57E1D6

Text Example


Text Example

White with #57E1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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