Html Css Color HEX #57E8E5 Turquoise Blue

📋 copy color: '#57E8E5'

red 87 ◦ green 232 ◦ blue 229

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

Shades of Turquoise Blue #57E8E5

Tints of Turquoise Blue #57E8E5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.34%

 BLUE value IS 229 (89.84% from 255) = 41.79%

R = 15.88%
G = 42.34%
B = 41.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#57E8E5 (or 0x57E8E5) is known color: Turquoise Blue. HEX triplet: 57, E8 and E5. RGB value is (87,232,229). Sum of RGB (Red+Green+Blue) = 87+232+229=548 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.88% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 232 - color contains mainly: green. Hex color #57E8E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57E8E5 is #A8171A. Grayscale: #BCBCBC. Windows color (decimal): -11015963 or 15067223. OLE color: 15067223.

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

Color convert

RGB 87 232 229 -
CMYK 0.62 0 0.01 0.09
HSL 178.76º 0.76% 0.63% -
HSV(B) 178.76º 0.63% 0.91% -
XYZ 46.93 65.4 84.28 -
YUV 188.3 150.96 55.74 -
System Red Green Blue C M Y K H S L
Decimal 87 232 229 0.62 0 0.01 0.09 178.76 0.76 0.63
Hex 57 E8 E5 3E 0 1 9 B3 4C 3F
Octal 127 350 345 76 0 1 11 263 114 77
Binary 1010111 11101000 11100101 111110 0 1 1001 10110011 1001100 111111

Color Harmonies of #57E8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E8E5

Black with #57E8E5

Text Example


Text Example

White with #57E8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,232,229); }

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

background-color css

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

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

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

border-color css

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

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

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