#57CFF4

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

Shades of Turquoise Blue #57CFF4

Tints of Turquoise Blue #57CFF4

Color information

#57CFF4 (or 0x57CFF4) is unknown color: approx Turquoise Blue. HEX triplet: 57, CF and F4. RGB value is (87,207,244). Sum of RGB (Red+Green+Blue) = 87+207+244=538 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.17% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 244 (95.70% from 255 or 45.35% from 538); Max value from RGB is 244 - color contains mainly: blue. Hex color #57CFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CFF4 is #A8300B. Grayscale: #AFAFAF. Windows color (decimal): -11022348 or 16043863. OLE color: 16043863.

HSL color Cylindrical-coordinate representation of color #57CFF4: hue angle of 194.14º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57CFF4 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB87207244-
CMYK0.640.1500.04
HSL194.14º87.71%64.9%-
HSV(B)194.14º64.34%95.69%-
XYZ42.5753.1893.61-
YUV175.34166.7464.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.17%
GREEN value IS 207 (81.25% from 255) = 38.48%
BLUE value IS 244 (95.70% from 255) = 45.35%
R=16.17%
G=38.48%
B=45.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal872072440.640.1500.04194.1487.7164.9
Hex57CFF440F04c25841
Octal1273173641001704302130101
Binary101011111001111111101001000000111101001100001010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,207,244); }

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

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

 a { background-color: rgb(87,207,244); }

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

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

 span { border-color: rgb(87,207,244); }

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