#57D4EF

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

Shades of Turquoise Blue #57D4EF

Tints of Turquoise Blue #57D4EF

Color information

#57D4EF (or 0x57D4EF) is unknown color: approx Turquoise Blue. HEX triplet: 57, D4 and EF. RGB value is (87,212,239). Sum of RGB (Red+Green+Blue) = 87+212+239=538 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.17% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #57D4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D4EF is #A82B10. Grayscale: #B1B1B1. Windows color (decimal): -11021073 or 15717463. OLE color: 15717463.

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

Color convert

RGB87212239-
CMYK0.640.1100.06
HSL190.66º82.61%63.92%-
HSV(B)190.66º63.6%93.73%-
XYZ43.0555.3590.07-
YUV177.7162.5963.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.17%
GREEN value IS 212 (83.20% from 255) = 39.41%
BLUE value IS 239 (93.75% from 255) = 44.42%
R=16.17%
G=39.41%
B=44.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal872122390.640.1100.06190.6682.6163.92
Hex57D4EF40B06bf5340
Octal1273243571001306277123100
Binary101011111010100111011111000000101101101011111110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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