Html Css Color HEX #57E6D1 Turquoise

📋 copy color: '#57E6D1'

red 87 ◦ green 230 ◦ blue 209

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

Shades of Turquoise #57E6D1

Tints of Turquoise #57E6D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.73%

R = 16.54%
G = 43.73%
B = 39.73%

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

#57E6D1 (or 0x57E6D1) is known color: Turquoise. HEX triplet: 57, E6 and D1. RGB value is (87,230,209). Sum of RGB (Red+Green+Blue) = 87+230+209=526 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.54% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #57E6D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57E6D1 is #A8192E. Grayscale: #B8B8B8. Windows color (decimal): -11016495 or 13755991. OLE color: 13755991.

HSL color Cylindrical-coordinate representation of color #57E6D1: hue angle of 171.19º 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 #57E6D1 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 87 230 209 -
CMYK 0.62 0 0.09 0.10
HSL 171.19º 0.74% 0.62% -
HSV(B) 171.19º 0.62% 0.9% -
XYZ 43.74 63.22 70.22 -
YUV 184.85 141.62 58.21 -
System Red Green Blue C M Y K H S L
Decimal 87 230 209 0.62 0 0.09 0.10 171.19 0.74 0.62
Hex 57 E6 D1 3E 0 9 A AB 4A 3E
Octal 127 346 321 76 0 11 12 253 112 76
Binary 1010111 11100110 11010001 111110 0 1001 1010 10101011 1001010 111110

Color Harmonies of #57E6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E6D1

Black with #57E6D1

Text Example


Text Example

White with #57E6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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