#57DBED

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

Shades of Turquoise Blue #57DBED

Tints of Turquoise Blue #57DBED

Color information

#57DBED (or 0x57DBED) is unknown color: approx Turquoise Blue. HEX triplet: 57, DB and ED. RGB value is (87,219,237). Sum of RGB (Red+Green+Blue) = 87+219+237=543 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.02% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #57DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBED is #A82412. Grayscale: #B5B5B5. Windows color (decimal): -11019283 or 15588183. OLE color: 15588183.

HSL color Cylindrical-coordinate representation of color #57DBED: hue angle of 187.2º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57DBED is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB87219237-
CMYK0.630.0800.07
HSL187.2º80.65%63.53%-
HSV(B)187.2º63.29%92.94%-
XYZ44.5558.889.12-
YUV181.58159.2760.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.02%
GREEN value IS 219 (85.94% from 255) = 40.33%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=16.02%
G=40.33%
B=43.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal872192370.630.0800.07187.280.6563.53
Hex57DBED3F807bb5140
Octal127333355771007273121100
Binary10101111101101111101101111111100001111011101110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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