Html Css Color HEX #51D6C3 Medium Turquoise

📋 copy color: '#51D6C3'

red 81 ◦ green 214 ◦ blue 195

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

Shades of Medium Turquoise #51D6C3

Tints of Medium Turquoise #51D6C3

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.67%

 BLUE value IS 195 (76.56% from 255) = 39.8%

R = 16.53%
G = 43.67%
B = 39.8%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#51D6C3 (or 0x51D6C3) is known color: Medium Turquoise. HEX triplet: 51, D6 and C3. RGB value is (81,214,195). Sum of RGB (Red+Green+Blue) = 81+214+195=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #51D6C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D6C3 is #AE293C. Grayscale: #ACACAC. Windows color (decimal): -11413821 or 12834385. OLE color: 12834385.

HSL color Cylindrical-coordinate representation of color #51D6C3: hue angle of 171.43º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D6C3 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 214 195 -
CMYK 0.62 0 0.09 0.16
HSL 171.43º 0.62% 0.58% -
HSV(B) 171.43º 0.62% 0.84% -
XYZ 37.29 53.78 60.05 -
YUV 172.07 140.94 63.04 -
System Red Green Blue C M Y K H S L
Decimal 81 214 195 0.62 0 0.09 0.16 171.43 0.62 0.58
Hex 51 D6 C3 3E 0 9 10 AB 3E 3A
Octal 121 326 303 76 0 11 20 253 76 72
Binary 1010001 11010110 11000011 111110 0 1001 10000 10101011 111110 111010

Color Harmonies of #51D6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D6C3

Black with #51D6C3

Text Example


Text Example

White with #51D6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,214,195); }

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

background-color css

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

 a { background-color: rgb(81,214,195); }

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

border-color css

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

 span { border-color: rgb(81,214,195); }

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