Html Css Color HEX #57EAEC Turquoise Blue

📋 copy color: '#57EAEC'

red 87 ◦ green 234 ◦ blue 236

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

Shades of Turquoise Blue #57EAEC

Tints of Turquoise Blue #57EAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 15.62%
G = 42.01%
B = 42.37%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#57EAEC (or 0x57EAEC) is known color: Turquoise Blue. HEX triplet: 57, EA and EC. RGB value is (87,234,236). Sum of RGB (Red+Green+Blue) = 87+234+236=557 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.62% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #57EAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EAEC is #A81513. Grayscale: #BEBEBE. Windows color (decimal): -11015444 or 15526487. OLE color: 15526487.

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

Color convert

RGB 87 234 236 -
CMYK 0.63 0.01 0 0.07
HSL 180.81º 0.8% 0.63% -
HSV(B) 180.81º 0.63% 0.93% -
XYZ 48.49 66.93 89.72 -
YUV 190.28 153.8 54.34 -
System Red Green Blue C M Y K H S L
Decimal 87 234 236 0.63 0.01 0 0.07 180.81 0.8 0.63
Hex 57 EA EC 3F 1 0 7 B5 50 3F
Octal 127 352 354 77 1 0 7 265 120 77
Binary 1010111 11101010 11101100 111111 1 0 111 10110101 1010000 111111

Color Harmonies of #57EAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EAEC

Black with #57EAEC

Text Example


Text Example

White with #57EAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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