Html Css Color HEX #57E9EA Turquoise Blue

📋 copy color: '#57E9EA'

red 87 ◦ green 233 ◦ blue 234

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

Shades of Turquoise Blue #57E9EA

Tints of Turquoise Blue #57E9EA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.06%

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 15.7%
G = 42.06%
B = 42.24%

CMYK

 C value IS 0.63

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#57E9EA (or 0x57E9EA) is known color: Turquoise Blue. HEX triplet: 57, E9 and EA. RGB value is (87,233,234). Sum of RGB (Red+Green+Blue) = 87+233+234=554 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.70% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #57E9EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57E9EA is #A81615. Grayscale: #BDBDBD. Windows color (decimal): -11015702 or 15395159. OLE color: 15395159.

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

Color convert

RGB 87 233 234 -
CMYK 0.63 0.00 0 0.08
HSL 180.41º 0.78% 0.63% -
HSV(B) 180.41º 0.63% 0.92% -
XYZ 47.92 66.24 88.1 -
YUV 189.46 153.13 54.92 -
System Red Green Blue C M Y K H S L
Decimal 87 233 234 0.63 0.00 0 0.08 180.41 0.78 0.63
Hex 57 E9 EA 3F 0 0 8 B4 4E 3F
Octal 127 351 352 77 0 0 10 264 116 77
Binary 1010111 11101001 11101010 111111 0 0 1000 10110100 1001110 111111

Color Harmonies of #57E9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E9EA

Black with #57E9EA

Text Example


Text Example

White with #57E9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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