#57DDF8

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

Shades of Turquoise Blue #57DDF8

Tints of Turquoise Blue #57DDF8

Color information

#57DDF8 (or 0x57DDF8) is unknown color: approx Turquoise Blue. HEX triplet: 57, DD and F8. RGB value is (87,221,248). Sum of RGB (Red+Green+Blue) = 87+221+248=556 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.65% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 248 - color contains mainly: blue. Hex color #57DDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DDF8 is #A82207. Grayscale: #B7B7B7. Windows color (decimal): -11018760 or 16309591. OLE color: 16309591.

HSL color Cylindrical-coordinate representation of color #57DDF8: hue angle of 190.06º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57DDF8 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB87221248-
CMYK0.650.1100.03
HSL190.06º92%65.69%-
HSV(B)190.06º64.92%97.25%-
XYZ46.7360.5298.02-
YUV184.01164.1158.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.65%
GREEN value IS 221 (86.72% from 255) = 39.75%
BLUE value IS 248 (97.27% from 255) = 44.60%
R=15.65%
G=39.75%
B=44.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal872212480.650.1100.03190.069265.69
Hex57DDF841B03be5c42
Octal1273353701011303276134102
Binary10101111101110111111000100000110110111011111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,221,248); }

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

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

 a { background-color: rgb(87,221,248); }

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

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

 span { border-color: rgb(87,221,248); }

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