#57DFE6

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

Shades of Turquoise Blue #57DFE6

Tints of Turquoise Blue #57DFE6

Color information

#57DFE6 (or 0x57DFE6) is unknown color: approx Turquoise Blue. HEX triplet: 57, DF and E6. RGB value is (87,223,230). Sum of RGB (Red+Green+Blue) = 87+223+230=540 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.11% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #57DFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DFE6 is #A82019. Grayscale: #B6B6B6. Windows color (decimal): -11018266 or 15130455. OLE color: 15130455.

HSL color Cylindrical-coordinate representation of color #57DFE6: hue angle of 182.94º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57DFE6 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB87223230-
CMYK0.620.0300.10
HSL182.94º74.09%62.16%-
HSV(B)182.94º62.17%90.2%-
XYZ44.660.5184.19-
YUV183.13154.4459.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.11%
GREEN value IS 223 (87.5% from 255) = 41.30%
BLUE value IS 230 (90.23% from 255) = 42.59%
R=16.11%
G=41.30%
B=42.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal872232300.620.0300.10182.9474.0962.16
Hex57DFE63E30Ab74a3e
Octal12733734676301226711276
Binary101011111011111111001101111101101010101101111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,223,230); }

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

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

 a { background-color: rgb(87,223,230); }

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

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

 span { border-color: rgb(87,223,230); }

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