#57C9CB

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

Shades of Medium Turquoise #57C9CB

Tints of Medium Turquoise #57C9CB

Color information

#57C9CB (or 0x57C9CB) is unknown color: approx Medium Turquoise. HEX triplet: 57, C9 and CB. RGB value is (87,201,203). Sum of RGB (Red+Green+Blue) = 87+201+203=491 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.72% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #57C9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C9CB is #A83634. Grayscale: #A7A7A7. Windows color (decimal): -11023925 or 13355351. OLE color: 13355351.

HSL color Cylindrical-coordinate representation of color #57C9CB: hue angle of 181.03º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57C9CB is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB87201203-
CMYK0.570.0100.20
HSL181.03º52.73%56.86%-
HSV(B)181.03º57.14%79.61%-
XYZ35.648.1163.91-
YUV167.14148.2370.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.72%
GREEN value IS 201 (78.91% from 255) = 40.94%
BLUE value IS 203 (79.69% from 255) = 41.34%
R=17.72%
G=40.94%
B=41.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal872012030.570.0100.20181.0352.7356.86
Hex57C9CB391014b53539
Octal1273113137110242656571
Binary10101111100100111001011111001101010010110101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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