Html Css Color HEX #51CAC5 Medium Turquoise

📋 copy color: '#51CAC5'

red 81 ◦ green 202 ◦ blue 197

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

Shades of Medium Turquoise #51CAC5

Tints of Medium Turquoise #51CAC5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

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

R = 16.88%
G = 42.08%
B = 41.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#51CAC5 (or 0x51CAC5) is known color: Medium Turquoise. HEX triplet: 51, CA and C5. RGB value is (81,202,197). Sum of RGB (Red+Green+Blue) = 81+202+197=480 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.88% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #51CAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CAC5 is #AE353A. Grayscale: #A5A5A5. Windows color (decimal): -11416891 or 12962385. OLE color: 12962385.

HSL color Cylindrical-coordinate representation of color #51CAC5: hue angle of 177.52º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CAC5 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 202 197 -
CMYK 0.60 0 0.02 0.21
HSL 177.52º 0.53% 0.55% -
HSV(B) 177.52º 0.6% 0.79% -
XYZ 34.59 48.02 60.27 -
YUV 165.25 145.91 67.91 -
System Red Green Blue C M Y K H S L
Decimal 81 202 197 0.60 0 0.02 0.21 177.52 0.53 0.55
Hex 51 CA C5 3C 0 2 15 B2 35 37
Octal 121 312 305 74 0 2 25 262 65 67
Binary 1010001 11001010 11000101 111100 0 10 10101 10110010 110101 110111

Color Harmonies of #51CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CAC5

Black with #51CAC5

Text Example


Text Example

White with #51CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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