#57DAF3

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

Shades of Turquoise Blue #57DAF3

Tints of Turquoise Blue #57DAF3

Color information

#57DAF3 (or 0x57DAF3) is unknown color: approx Turquoise Blue. HEX triplet: 57, DA and F3. RGB value is (87,218,243). Sum of RGB (Red+Green+Blue) = 87+218+243=548 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.88% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #57DAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DAF3 is #A8250C. Grayscale: #B5B5B5. Windows color (decimal): -11019533 or 15981143. OLE color: 15981143.

HSL color Cylindrical-coordinate representation of color #57DAF3: hue angle of 189.62º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57DAF3 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB87218243-
CMYK0.640.1000.05
HSL189.62º86.67%64.71%-
HSV(B)189.62º64.2%95.29%-
XYZ45.1858.6493.73-
YUV181.68162.660.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.88%
GREEN value IS 218 (85.55% from 255) = 39.78%
BLUE value IS 243 (95.31% from 255) = 44.34%
R=15.88%
G=39.78%
B=44.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal872182430.640.1000.05189.6286.6764.71
Hex57DAF340A05be5741
Octal1273323631001205276127101
Binary101011111011010111100111000000101001011011111010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,218,243); }

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

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

 a { background-color: rgb(87,218,243); }

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

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

 span { border-color: rgb(87,218,243); }

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