Html Css Color HEX #51C8BA Medium Turquoise

📋 copy color: '#51C8BA'

red 81 ◦ green 200 ◦ blue 186

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

Shades of Medium Turquoise #51C8BA

Tints of Medium Turquoise #51C8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.83%

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 17.34%
G = 42.83%
B = 39.83%

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

#51C8BA (or 0x51C8BA) is known color: Medium Turquoise. HEX triplet: 51, C8 and BA. RGB value is (81,200,186). Sum of RGB (Red+Green+Blue) = 81+200+186=467 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.34% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #51C8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C8BA is #AE3745. Grayscale: #A2A2A2. Windows color (decimal): -11417414 or 12240977. OLE color: 12240977.

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

Color convert

RGB 81 200 186 -
CMYK 0.59 0 0.07 0.22
HSL 172.94º 0.52% 0.55% -
HSV(B) 172.94º 0.6% 0.78% -
XYZ 32.91 46.6 53.72 -
YUV 162.82 141.08 69.64 -
System Red Green Blue C M Y K H S L
Decimal 81 200 186 0.59 0 0.07 0.22 172.94 0.52 0.55
Hex 51 C8 BA 3B 0 7 16 AD 34 37
Octal 121 310 272 73 0 7 26 255 64 67
Binary 1010001 11001000 10111010 111011 0 111 10110 10101101 110100 110111

Color Harmonies of #51C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C8BA

Black with #51C8BA

Text Example


Text Example

White with #51C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,200,186); }

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

background-color css

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

 a { background-color: rgb(81,200,186); }

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

border-color css

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

 span { border-color: rgb(81,200,186); }

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