Html Css Color HEX #51C2C1 Medium Turquoise

📋 copy color: '#51C2C1'

red 81 ◦ green 194 ◦ blue 193

#51C2C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #51C2C1

Tints of Medium Turquoise #51C2C1

RGB

 RED value IS 81 (32.03% from 255) = 17.31%

 GREEN value IS 194 (76.17% from 255) = 41.45%

 BLUE value IS 193 (75.78% from 255) = 41.24%

R = 17.31%
G = 41.45%
B = 41.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#51C2C1 (or 0x51C2C1) is known color: Medium Turquoise. HEX triplet: 51, C2 and C1. RGB value is (81,194,193). Sum of RGB (Red+Green+Blue) = 81+194+193=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #51C2C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C2C1 is #AE3D3E. Grayscale: #9F9F9F. Windows color (decimal): -11418943 or 12698193. OLE color: 12698193.

HSL color Cylindrical-coordinate representation of color #51C2C1: hue angle of 179.47º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C2C1 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 81 194 193 -
CMYK 0.58 0 0.01 0.24
HSL 179.47º 0.48% 0.54% -
HSV(B) 179.47º 0.58% 0.76% -
XYZ 32.31 44.18 57.28 -
YUV 160.1 146.56 71.58 -
System Red Green Blue C M Y K H S L
Decimal 81 194 193 0.58 0 0.01 0.24 179.47 0.48 0.54
Hex 51 C2 C1 3A 0 1 18 B3 30 36
Octal 121 302 301 72 0 1 30 263 60 66
Binary 1010001 11000010 11000001 111010 0 1 11000 10110011 110000 110110

Color Harmonies of #51C2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C2C1

Black with #51C2C1

Text Example


Text Example

White with #51C2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,194,193); }

 H1.HeaderClassName
 {
   color: #51C2C1;
 }
 .AnyTagClassName
 {
   color: #51C2C1;
 }
</style>

background-color css

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

 a { background-color: rgb(81,194,193); }

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

border-color css

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

 span { border-color: rgb(81,194,193); }

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