Html Css Color HEX #51C6B9 Medium Turquoise

📋 copy color: '#51C6B9'

red 81 ◦ green 198 ◦ blue 185

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

Shades of Medium Turquoise #51C6B9

Tints of Medium Turquoise #51C6B9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.67%

 BLUE value IS 185 (72.66% from 255) = 39.87%

R = 17.46%
G = 42.67%
B = 39.87%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#51C6B9 (or 0x51C6B9) is known color: Medium Turquoise. HEX triplet: 51, C6 and B9. RGB value is (81,198,185). Sum of RGB (Red+Green+Blue) = 81+198+185=464 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.46% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #51C6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C6B9 is #AE3946. Grayscale: #A1A1A1. Windows color (decimal): -11417927 or 12174929. OLE color: 12174929.

HSL color Cylindrical-coordinate representation of color #51C6B9: hue angle of 173.33º 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 #51C6B9 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 198 185 -
CMYK 0.59 0 0.07 0.22
HSL 173.33º 0.51% 0.55% -
HSV(B) 173.33º 0.59% 0.78% -
XYZ 32.34 45.64 53 -
YUV 161.54 141.24 70.56 -
System Red Green Blue C M Y K H S L
Decimal 81 198 185 0.59 0 0.07 0.22 173.33 0.51 0.55
Hex 51 C6 B9 3B 0 7 16 AD 33 37
Octal 121 306 271 73 0 7 26 255 63 67
Binary 1010001 11000110 10111001 111011 0 111 10110 10101101 110011 110111

Color Harmonies of #51C6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C6B9

Black with #51C6B9

Text Example


Text Example

White with #51C6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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