#57DFFE

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

Shades of Turquoise Blue #57DFFE

Tints of Turquoise Blue #57DFFE

Color information

#57DFFE (or 0x57DFFE) is unknown color: approx Turquoise Blue. HEX triplet: 57, DF and FE. RGB value is (87,223,254). Sum of RGB (Red+Green+Blue) = 87+223+254=564 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.43% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #57DFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DFFE is #A82001. Grayscale: #B9B9B9. Windows color (decimal): -11018242 or 16703319. OLE color: 16703319.

HSL color Cylindrical-coordinate representation of color #57DFFE: hue angle of 191.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57DFFE is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB87223254-
CMYK0.660.1200.00
HSL191.14º98.82%66.86%-
HSV(B)191.14º65.75%99.61%-
XYZ48.2161.96103.18-
YUV185.87166.4457.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.43%
GREEN value IS 223 (87.5% from 255) = 39.54%
BLUE value IS 254 (99.61% from 255) = 45.04%
R=15.43%
G=39.54%
B=45.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal872232540.660.1200.00191.1498.8266.86
Hex57DFFE42C00bf6343
Octal1273373761021400277143103
Binary1010111110111111111111010000101100001011111111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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