Html Css Color HEX #57E7E0 Turquoise Blue

📋 copy color: '#57E7E0'

red 87 ◦ green 231 ◦ blue 224

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

Shades of Turquoise Blue #57E7E0

Tints of Turquoise Blue #57E7E0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.62%

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 16.05%
G = 42.62%
B = 41.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#57E7E0 (or 0x57E7E0) is known color: Turquoise Blue. HEX triplet: 57, E7 and E0. RGB value is (87,231,224). Sum of RGB (Red+Green+Blue) = 87+231+224=542 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.05% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 231 - color contains mainly: green. Hex color #57E7E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57E7E0 is #A8181F. Grayscale: #BBBBBB. Windows color (decimal): -11016224 or 14739287. OLE color: 14739287.

HSL color Cylindrical-coordinate representation of color #57E7E0: hue angle of 177.08º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E7E0 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 87 231 224 -
CMYK 0.62 0 0.03 0.09
HSL 177.08º 0.75% 0.62% -
HSV(B) 177.08º 0.62% 0.91% -
XYZ 45.96 64.56 80.56 -
YUV 187.15 148.79 56.57 -
System Red Green Blue C M Y K H S L
Decimal 87 231 224 0.62 0 0.03 0.09 177.08 0.75 0.62
Hex 57 E7 E0 3E 0 3 9 B1 4B 3E
Octal 127 347 340 76 0 3 11 261 113 76
Binary 1010111 11100111 11100000 111110 0 11 1001 10110001 1001011 111110

Color Harmonies of #57E7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E7E0

Black with #57E7E0

Text Example


Text Example

White with #57E7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,231,224); }

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

background-color css

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

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

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

border-color css

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

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

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