#57DBE7

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

Shades of Turquoise Blue #57DBE7

Tints of Turquoise Blue #57DBE7

Color information

#57DBE7 (or 0x57DBE7) is unknown color: approx Turquoise Blue. HEX triplet: 57, DB and E7. RGB value is (87,219,231). Sum of RGB (Red+Green+Blue) = 87+219+231=537 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.20% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #57DBE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBE7 is #A82418. Grayscale: #B4B4B4. Windows color (decimal): -11019289 or 15194967. OLE color: 15194967.

HSL color Cylindrical-coordinate representation of color #57DBE7: hue angle of 185º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57DBE7 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB87219231-
CMYK0.620.0500.09
HSL185º75%62.35%-
HSV(B)185º62.34%90.59%-
XYZ43.6958.4684.58-
YUV180.9156.2761.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.20%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 231 (90.62% from 255) = 43.02%
R=16.20%
G=40.78%
B=43.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal872192310.620.0500.091857562.35
Hex57DBE73E509b94b3e
Octal12733334776501127111376
Binary1010111110110111110011111111010101001101110011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,219,231); }

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

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

 a { background-color: rgb(87,219,231); }

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

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

 span { border-color: rgb(87,219,231); }

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