#57CCCE

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

Shades of Medium Turquoise #57CCCE

Tints of Medium Turquoise #57CCCE

Color information

#57CCCE (or 0x57CCCE) is unknown color: approx Medium Turquoise. HEX triplet: 57, CC and CE. RGB value is (87,204,206). Sum of RGB (Red+Green+Blue) = 87+204+206=497 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.51% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #57CCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CCCE is #A83331. Grayscale: #A9A9A9. Windows color (decimal): -11023154 or 13552727. OLE color: 13552727.

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

Color convert

RGB87204206-
CMYK0.580.0100.19
HSL181.01º54.84%57.45%-
HSV(B)181.01º57.77%80.78%-
XYZ36.6649.6766.05-
YUV169.24148.7469.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.51%
GREEN value IS 204 (80.08% from 255) = 41.05%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=17.51%
G=41.05%
B=41.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal872042060.580.0100.19181.0154.8457.45
Hex57CCCE3A1013b53739
Octal1273143167210232656771
Binary10101111100110011001110111010101001110110101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,204,206); }

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

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

 a { background-color: rgb(87,204,206); }

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

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

 span { border-color: rgb(87,204,206); }

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