#51CAC4

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

Shades of Medium Turquoise #51CAC4

Tints of Medium Turquoise #51CAC4

Color information

#51CAC4 (or 0x51CAC4) is unknown color: approx Medium Turquoise. HEX triplet: 51, CA and C4. RGB value is (81,202,196). Sum of RGB (Red+Green+Blue) = 81+202+196=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #51CAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CAC4 is #AE353B. Grayscale: #A5A5A5. Windows color (decimal): -11416892 or 12896849. OLE color: 12896849.

HSL color Cylindrical-coordinate representation of color #51CAC4: hue angle of 177.02º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CAC4 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB81202196-
CMYK0.6000.030.21
HSL177.02º53.3%55.49%-
HSV(B)177.02º59.9%79.22%-
XYZ34.4847.9859.67-
YUV165.14145.4167.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.91%
GREEN value IS 202 (79.30% from 255) = 42.17%
BLUE value IS 196 (76.95% from 255) = 40.92%
R=16.91%
G=42.17%
B=40.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal812021960.6000.030.21177.0253.355.49
Hex51CAC43C0315b13537
Octal1213123047403252616567
Binary101000111001010110001001111000111010110110001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51CAC4; }

 p { color: rgb(81,202,196); }

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

<style>
 a { background-color: #51CAC4; }

 a { background-color: rgb(81,202,196); }

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

<style>
 span { border-color: #51CAC4; }

 span { border-color: rgb(81,202,196); }

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