#57EBF0

Color #57EBF0 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #57EBF0

Tints of Turquoise Blue #57EBF0

Color information

#57EBF0 (or 0x57EBF0) is unknown color: approx Turquoise Blue. HEX triplet: 57, EB and F0. RGB value is (87,235,240). Sum of RGB (Red+Green+Blue) = 87+235+240=562 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.48% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #57EBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EBF0 is #A8140F. Grayscale: #BFBFBF. Windows color (decimal): -11015184 or 15788887. OLE color: 15788887.

HSL color Cylindrical-coordinate representation of color #57EBF0: hue angle of 181.96º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57EBF0 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB87235240-
CMYK0.640.0200.06
HSL181.96º83.61%64.12%-
HSV(B)181.96º63.75%94.12%-
XYZ49.3767.7392.91-
YUV191.32155.4753.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.48%
GREEN value IS 235 (92.19% from 255) = 41.81%
BLUE value IS 240 (94.14% from 255) = 42.70%
R=15.48%
G=41.81%
B=42.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal872352400.640.0200.06181.9683.6164.12
Hex57EBF040206b65440
Octal127353360100206266124100
Binary1010111111010111111000010000001001101011011010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57EBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,235,240); }

 H1.HeaderClassName
 {
   color: #57EBF0;
 }
 .AnyTagClassName
 {
   color: #57EBF0;
 }
</style>
background-color css

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

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

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

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

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

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