Html Css Color HEX #57ECDB Turquoise

📋 copy color: '#57ECDB'

red 87 ◦ green 236 ◦ blue 219

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

Shades of Turquoise #57ECDB

Tints of Turquoise #57ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.54%

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 16.05%
G = 43.54%
B = 40.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#57ECDB (or 0x57ECDB) is known color: Turquoise. HEX triplet: 57, EC and DB. RGB value is (87,236,219). Sum of RGB (Red+Green+Blue) = 87+236+219=542 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.05% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #57ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57ECDB is #A81324. Grayscale: #BDBDBD. Windows color (decimal): -11014949 or 14412887. OLE color: 14412887.

HSL color Cylindrical-coordinate representation of color #57ECDB: hue angle of 173.15º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57ECDB is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 236 219 -
CMYK 0.63 0 0.07 0.07
HSL 173.15º 0.8% 0.63% -
HSV(B) 173.15º 0.63% 0.93% -
XYZ 46.71 67.13 77.51 -
YUV 189.51 144.64 54.88 -
System Red Green Blue C M Y K H S L
Decimal 87 236 219 0.63 0 0.07 0.07 173.15 0.8 0.63
Hex 57 EC DB 3F 0 7 7 AD 50 3F
Octal 127 354 333 77 0 7 7 255 120 77
Binary 1010111 11101100 11011011 111111 0 111 111 10101101 1010000 111111

Color Harmonies of #57ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ECDB

Black with #57ECDB

Text Example


Text Example

White with #57ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,236,219); }

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

background-color css

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

 a { background-color: rgb(87,236,219); }

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

border-color css

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

 span { border-color: rgb(87,236,219); }

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