Html Css Color HEX #51C2C6 Medium Turquoise

📋 copy color: '#51C2C6'

red 81 ◦ green 194 ◦ blue 198

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

Shades of Medium Turquoise #51C2C6

Tints of Medium Turquoise #51C2C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.86%

R = 17.12%
G = 41.01%
B = 41.86%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#51C2C6 (or 0x51C2C6) is known color: Medium Turquoise. HEX triplet: 51, C2 and C6. RGB value is (81,194,198). Sum of RGB (Red+Green+Blue) = 81+194+198=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #51C2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C2C6 is #AE3D39. Grayscale: #A0A0A0. Windows color (decimal): -11418938 or 13025873. OLE color: 13025873.

HSL color Cylindrical-coordinate representation of color #51C2C6: hue angle of 182.05º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C2C6 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 194 198 -
CMYK 0.59 0.02 0 0.22
HSL 182.05º 0.51% 0.55% -
HSV(B) 182.05º 0.59% 0.78% -
XYZ 32.88 44.41 60.27 -
YUV 160.67 149.06 71.17 -
System Red Green Blue C M Y K H S L
Decimal 81 194 198 0.59 0.02 0 0.22 182.05 0.51 0.55
Hex 51 C2 C6 3B 2 0 16 B6 33 37
Octal 121 302 306 73 2 0 26 266 63 67
Binary 1010001 11000010 11000110 111011 10 0 10110 10110110 110011 110111

Color Harmonies of #51C2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C2C6

Black with #51C2C6

Text Example


Text Example

White with #51C2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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