#57DBFB

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

Shades of Turquoise Blue #57DBFB

Tints of Turquoise Blue #57DBFB

Color information

#57DBFB (or 0x57DBFB) is unknown color: approx Turquoise Blue. HEX triplet: 57, DB and FB. RGB value is (87,219,251). Sum of RGB (Red+Green+Blue) = 87+219+251=557 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.62% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #57DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBFB is #A82404. Grayscale: #B6B6B6. Windows color (decimal): -11019269 or 16505687. OLE color: 16505687.

HSL color Cylindrical-coordinate representation of color #57DBFB: hue angle of 191.71º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57DBFB is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB87219251-
CMYK0.650.1300.02
HSL191.71º95.35%66.27%-
HSV(B)191.71º65.34%98.43%-
XYZ46.6759.65100.32-
YUV183.18166.2759.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.62%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=15.62%
G=39.32%
B=45.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872192510.650.1300.02191.7195.3566.27
Hex57DBFB41D02c05f42
Octal1273333731011502300137102
Binary10101111101101111111011100000111010101100000010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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