Html Css Color HEX #57EBDA Turquoise

📋 copy color: '#57EBDA'

red 87 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #57EBDA

Tints of Turquoise #57EBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.52%

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 16.11%
G = 43.52%
B = 40.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#57EBDA (or 0x57EBDA) is known color: Turquoise. HEX triplet: 57, EB and DA. RGB value is (87,235,218). Sum of RGB (Red+Green+Blue) = 87+235+218=540 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.11% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #57EBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EBDA is #A81425. Grayscale: #BCBCBC. Windows color (decimal): -11015206 or 14347095. OLE color: 14347095.

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

Color convert

RGB 87 235 218 -
CMYK 0.63 0 0.07 0.08
HSL 173.11º 0.79% 0.63% -
HSV(B) 173.11º 0.63% 0.92% -
XYZ 46.29 66.5 76.73 -
YUV 188.81 144.47 55.38 -
System Red Green Blue C M Y K H S L
Decimal 87 235 218 0.63 0 0.07 0.08 173.11 0.79 0.63
Hex 57 EB DA 3F 0 7 8 AD 4F 3F
Octal 127 353 332 77 0 7 10 255 117 77
Binary 1010111 11101011 11011010 111111 0 111 1000 10101101 1001111 111111

Color Harmonies of #57EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EBDA

Black with #57EBDA

Text Example


Text Example

White with #57EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,235,218); }

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

background-color css

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

 a { background-color: rgb(87,235,218); }

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

border-color css

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

 span { border-color: rgb(87,235,218); }

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