Html Css Color HEX #57E1E1 Turquoise Blue

📋 copy color: '#57E1E1'

red 87 ◦ green 225 ◦ blue 225

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

Shades of Turquoise Blue #57E1E1

Tints of Turquoise Blue #57E1E1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.9%

 BLUE value IS 225 (88.28% from 255) = 41.9%

R = 16.2%
G = 41.9%
B = 41.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#57E1E1 (or 0x57E1E1) is known color: Turquoise Blue. HEX triplet: 57, E1 and E1. RGB value is (87,225,225). Sum of RGB (Red+Green+Blue) = 87+225+225=537 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.20% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: green, blue. Hex color #57E1E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E1E1 is #A81E1E. Grayscale: #B7B7B7. Windows color (decimal): -11017759 or 14803287. OLE color: 14803287.

HSL color Cylindrical-coordinate representation of color #57E1E1: hue angle of 180º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57E1E1 is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 225 225 -
CMYK 0.61 0 0 0.12
HSL 180º 0.7% 0.61% -
HSV(B) 180º 0.61% 0.88% -
XYZ 44.45 61.31 80.73 -
YUV 183.74 151.28 59 -
System Red Green Blue C M Y K H S L
Decimal 87 225 225 0.61 0 0 0.12 180 0.7 0.61
Hex 57 E1 E1 3D 0 0 C B4 46 3D
Octal 127 341 341 75 0 0 14 264 106 75
Binary 1010111 11100001 11100001 111101 0 0 1100 10110100 1000110 111101

Color Harmonies of #57E1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E1E1

Black with #57E1E1

Text Example


Text Example

White with #57E1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,225,225); }

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

background-color css

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

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

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

border-color css

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

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

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