#57EFF0

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

Shades of Turquoise Blue #57EFF0

Tints of Turquoise Blue #57EFF0

Color information

#57EFF0 (or 0x57EFF0) is unknown color: approx Turquoise Blue. HEX triplet: 57, EF and F0. RGB value is (87,239,240). Sum of RGB (Red+Green+Blue) = 87+239+240=566 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.37% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #57EFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EFF0 is #A8100F. Grayscale: #C1C1C1. Windows color (decimal): -11014160 or 15789911. OLE color: 15789911.

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

Color convert

RGB87239240-
CMYK0.640.0000.06
HSL180.39º83.61%64.12%-
HSV(B)180.39º63.75%94.12%-
XYZ50.5370.0593.3-
YUV193.67154.1451.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.37%
GREEN value IS 239 (93.75% from 255) = 42.23%
BLUE value IS 240 (94.14% from 255) = 42.40%
R=15.37%
G=42.23%
B=42.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal872392400.640.0000.06180.3983.6164.12
Hex57EFF040006b45440
Octal127357360100006264124100
Binary101011111101111111100001000000001101011010010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57EFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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