Html Css Color HEX #57E6D2 Turquoise

📋 copy color: '#57E6D2'

red 87 ◦ green 230 ◦ blue 210

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

Shades of Turquoise #57E6D2

Tints of Turquoise #57E6D2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.64%

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

R = 16.51%
G = 43.64%
B = 39.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#57E6D2 (or 0x57E6D2) is known color: Turquoise. HEX triplet: 57, E6 and D2. RGB value is (87,230,210). Sum of RGB (Red+Green+Blue) = 87+230+210=527 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.51% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #57E6D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57E6D2 is #A8192D. Grayscale: #B8B8B8. Windows color (decimal): -11016494 or 13821527. OLE color: 13821527.

HSL color Cylindrical-coordinate representation of color #57E6D2: hue angle of 171.61º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E6D2 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 87 230 210 -
CMYK 0.62 0 0.09 0.10
HSL 171.61º 0.74% 0.62% -
HSV(B) 171.61º 0.62% 0.9% -
XYZ 43.86 63.27 70.87 -
YUV 184.96 142.12 58.13 -
System Red Green Blue C M Y K H S L
Decimal 87 230 210 0.62 0 0.09 0.10 171.61 0.74 0.62
Hex 57 E6 D2 3E 0 9 A AC 4A 3E
Octal 127 346 322 76 0 11 12 254 112 76
Binary 1010111 11100110 11010010 111110 0 1001 1010 10101100 1001010 111110

Color Harmonies of #57E6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E6D2

Black with #57E6D2

Text Example


Text Example

White with #57E6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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