#57ECCB

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

Shades of Turquoise #57ECCB

Tints of Turquoise #57ECCB

Color information

#57ECCB (or 0x57ECCB) is unknown color: approx Turquoise. HEX triplet: 57, EC and CB. RGB value is (87,236,203). Sum of RGB (Red+Green+Blue) = 87+236+203=526 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.54% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #57ECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57ECCB is #A81334. Grayscale: #BBBBBB. Windows color (decimal): -11014965 or 13364311. OLE color: 13364311.

HSL color Cylindrical-coordinate representation of color #57ECCB: hue angle of 166.71º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57ECCB is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB87236203-
CMYK0.6300.140.07
HSL166.71º79.68%63.33%-
HSV(B)166.71º63.14%92.55%-
XYZ44.7166.3366.95-
YUV187.69136.6456.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.54%
GREEN value IS 236 (92.58% from 255) = 44.87%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=16.54%
G=44.87%
B=38.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal872362030.6300.140.07166.7179.6863.33
Hex57ECCB3F0E7a7503f
Octal12735431377016724712077
Binary1010111111011001100101111111101110111101001111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ECCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,236,203); }

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

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

 a { background-color: rgb(87,236,203); }

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

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

 span { border-color: rgb(87,236,203); }

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