Html Css Color HEX #51DCBC Medium Turquoise

📋 copy color: '#51DCBC'

red 81 ◦ green 220 ◦ blue 188

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

Shades of Medium Turquoise #51DCBC

Tints of Medium Turquoise #51DCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.99%

 BLUE value IS 188 (73.83% from 255) = 38.45%

R = 16.56%
G = 44.99%
B = 38.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#51DCBC (or 0x51DCBC) is known color: Medium Turquoise. HEX triplet: 51, DC and BC. RGB value is (81,220,188). Sum of RGB (Red+Green+Blue) = 81+220+188=489 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.56% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #51DCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DCBC is #AE2343. Grayscale: #AEAEAE. Windows color (decimal): -11412292 or 12377169. OLE color: 12377169.

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

Color convert

RGB 81 220 188 -
CMYK 0.63 0 0.15 0.14
HSL 166.19º 0.67% 0.59% -
HSV(B) 166.19º 0.63% 0.86% -
XYZ 38.06 56.57 56.49 -
YUV 174.79 135.45 61.1 -
System Red Green Blue C M Y K H S L
Decimal 81 220 188 0.63 0 0.15 0.14 166.19 0.67 0.59
Hex 51 DC BC 3F 0 F E A6 43 3B
Octal 121 334 274 77 0 17 16 246 103 73
Binary 1010001 11011100 10111100 111111 0 1111 1110 10100110 1000011 111011

Color Harmonies of #51DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DCBC

Black with #51DCBC

Text Example


Text Example

White with #51DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,220,188); }

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

background-color css

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

 a { background-color: rgb(81,220,188); }

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

border-color css

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

 span { border-color: rgb(81,220,188); }

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