#57DFEA

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

Shades of Turquoise Blue #57DFEA

Tints of Turquoise Blue #57DFEA

Color information

#57DFEA (or 0x57DFEA) is unknown color: approx Turquoise Blue. HEX triplet: 57, DF and EA. RGB value is (87,223,234). Sum of RGB (Red+Green+Blue) = 87+223+234=544 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.99% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #57DFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DFEA is #A82015. Grayscale: #B7B7B7. Windows color (decimal): -11018262 or 15392599. OLE color: 15392599.

HSL color Cylindrical-coordinate representation of color #57DFEA: hue angle of 184.49º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57DFEA is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB87223234-
CMYK0.630.0500.08
HSL184.49º77.78%62.94%-
HSV(B)184.49º62.82%91.76%-
XYZ45.1760.7487.19-
YUV183.59156.4459.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.99%
GREEN value IS 223 (87.5% from 255) = 40.99%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=15.99%
G=40.99%
B=43.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal872232340.630.0500.08184.4977.7862.94
Hex57DFEA3F508b84e3f
Octal12733735277501027011677
Binary1010111110111111110101011111110101000101110001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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