Html Css Color HEX #57EDDA Turquoise

📋 copy color: '#57EDDA'

red 87 ◦ green 237 ◦ blue 218

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

Shades of Turquoise #57EDDA

Tints of Turquoise #57EDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.73%

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

R = 16.05%
G = 43.73%
B = 40.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#57EDDA (or 0x57EDDA) is known color: Turquoise. HEX triplet: 57, ED and DA. RGB value is (87,237,218). Sum of RGB (Red+Green+Blue) = 87+237+218=542 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.05% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #57EDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EDDA is #A81225. Grayscale: #BDBDBD. Windows color (decimal): -11014694 or 14347607. OLE color: 14347607.

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

Color convert

RGB 87 237 218 -
CMYK 0.63 0 0.08 0.07
HSL 172.4º 0.81% 0.64% -
HSV(B) 172.4º 0.63% 0.93% -
XYZ 46.87 67.66 76.92 -
YUV 189.98 143.81 54.54 -
System Red Green Blue C M Y K H S L
Decimal 87 237 218 0.63 0 0.08 0.07 172.4 0.81 0.64
Hex 57 ED DA 3F 0 8 7 AC 51 40
Octal 127 355 332 77 0 10 7 254 121 100
Binary 1010111 11101101 11011010 111111 0 1000 111 10101100 1010001 1000000

Color Harmonies of #57EDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EDDA

Black with #57EDDA

Text Example


Text Example

White with #57EDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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