#57E9CA

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

Shades of Turquoise #57E9CA

Tints of Turquoise #57E9CA

Color information

#57E9CA (or 0x57E9CA) is unknown color: approx Turquoise. HEX triplet: 57, E9 and CA. RGB value is (87,233,202). Sum of RGB (Red+Green+Blue) = 87+233+202=522 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.67% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #57E9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57E9CA is #A81635. Grayscale: #B9B9B9. Windows color (decimal): -11015734 or 13298007. OLE color: 13298007.

HSL color Cylindrical-coordinate representation of color #57E9CA: hue angle of 167.26º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57E9CA is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB87233202-
CMYK0.6300.130.09
HSL167.26º76.84%62.75%-
HSV(B)167.26º62.66%91.37%-
XYZ43.7364.5766.04-
YUV185.81137.1357.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.67%
GREEN value IS 233 (91.41% from 255) = 44.64%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=16.67%
G=44.64%
B=38.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal872332020.6300.130.09167.2676.8462.75
Hex57E9CA3F0D9a74d3f
Octal127351312770151124711577
Binary10101111110100111001010111111011011001101001111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57E9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,233,202); }

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

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

 a { background-color: rgb(87,233,202); }

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

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

 span { border-color: rgb(87,233,202); }

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