Html Css Color HEX #51DAC5 Medium Turquoise

📋 copy color: '#51DAC5'

red 81 ◦ green 218 ◦ blue 197

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

Shades of Medium Turquoise #51DAC5

Tints of Medium Turquoise #51DAC5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.95%

 BLUE value IS 197 (77.34% from 255) = 39.72%

R = 16.33%
G = 43.95%
B = 39.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#51DAC5 (or 0x51DAC5) is known color: Medium Turquoise. HEX triplet: 51, DA and C5. RGB value is (81,218,197). Sum of RGB (Red+Green+Blue) = 81+218+197=496 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.33% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #51DAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DAC5 is #AE253A. Grayscale: #AEAEAE. Windows color (decimal): -11412795 or 12966481. OLE color: 12966481.

HSL color Cylindrical-coordinate representation of color #51DAC5: hue angle of 170.8º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DAC5 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 218 197 -
CMYK 0.63 0 0.10 0.15
HSL 170.8º 0.65% 0.59% -
HSV(B) 170.8º 0.63% 0.85% -
XYZ 38.54 55.92 61.59 -
YUV 174.64 140.61 61.21 -
System Red Green Blue C M Y K H S L
Decimal 81 218 197 0.63 0 0.10 0.15 170.8 0.65 0.59
Hex 51 DA C5 3F 0 A F AB 41 3B
Octal 121 332 305 77 0 12 17 253 101 73
Binary 1010001 11011010 11000101 111111 0 1010 1111 10101011 1000001 111011

Color Harmonies of #51DAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DAC5

Black with #51DAC5

Text Example


Text Example

White with #51DAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,218,197); }

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

background-color css

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

 a { background-color: rgb(81,218,197); }

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

border-color css

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

 span { border-color: rgb(81,218,197); }

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