Html Css Color HEX #57EADC Turquoise

📋 copy color: '#57EADC'

red 87 ◦ green 234 ◦ blue 220

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

Shades of Turquoise #57EADC

Tints of Turquoise #57EADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.25%

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 16.08%
G = 43.25%
B = 40.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#57EADC (or 0x57EADC) is known color: Turquoise. HEX triplet: 57, EA and DC. RGB value is (87,234,220). Sum of RGB (Red+Green+Blue) = 87+234+220=541 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.08% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #57EADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EADC is #A81523. Grayscale: #BCBCBC. Windows color (decimal): -11015460 or 14477911. OLE color: 14477911.

HSL color Cylindrical-coordinate representation of color #57EADC: hue angle of 174.29º degrees, saturation: 0.78, 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 #57EADC is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 234 220 -
CMYK 0.63 0 0.06 0.08
HSL 174.29º 0.78% 0.63% -
HSV(B) 174.29º 0.63% 0.92% -
XYZ 46.27 66.04 78.02 -
YUV 188.45 145.8 55.64 -
System Red Green Blue C M Y K H S L
Decimal 87 234 220 0.63 0 0.06 0.08 174.29 0.78 0.63
Hex 57 EA DC 3F 0 6 8 AE 4E 3F
Octal 127 352 334 77 0 6 10 256 116 77
Binary 1010111 11101010 11011100 111111 0 110 1000 10101110 1001110 111111

Color Harmonies of #57EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EADC

Black with #57EADC

Text Example


Text Example

White with #57EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,234,220); }

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

background-color css

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

 a { background-color: rgb(87,234,220); }

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

border-color css

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

 span { border-color: rgb(87,234,220); }

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