#57C8CF

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

Shades of Medium Turquoise #57C8CF

Tints of Medium Turquoise #57C8CF

Color information

#57C8CF (or 0x57C8CF) is unknown color: approx Medium Turquoise. HEX triplet: 57, C8 and CF. RGB value is (87,200,207). Sum of RGB (Red+Green+Blue) = 87+200+207=494 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.61% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #57C8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C8CF is #A83730. Grayscale: #A6A6A6. Windows color (decimal): -11024177 or 13617239. OLE color: 13617239.

HSL color Cylindrical-coordinate representation of color #57C8CF: hue angle of 183.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57C8CF is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB87200207-
CMYK0.580.0300.19
HSL183.5º55.56%57.65%-
HSV(B)183.5º57.97%81.18%-
XYZ35.8547.8466.38-
YUV167.01150.5670.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.61%
GREEN value IS 200 (78.52% from 255) = 40.49%
BLUE value IS 207 (81.25% from 255) = 41.90%
R=17.61%
G=40.49%
B=41.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal872002070.580.0300.19183.555.5657.65
Hex57C8CF3A3013b8383a
Octal1273103177230232707072
Binary101011111001000110011111110101101001110111000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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