Html Css Color HEX #51D8BB Medium Turquoise

📋 copy color: '#51D8BB'

red 81 ◦ green 216 ◦ blue 187

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

Shades of Medium Turquoise #51D8BB

Tints of Medium Turquoise #51D8BB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.63%

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 16.74%
G = 44.63%
B = 38.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#51D8BB (or 0x51D8BB) is known color: Medium Turquoise. HEX triplet: 51, D8 and BB. RGB value is (81,216,187). Sum of RGB (Red+Green+Blue) = 81+216+187=484 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.74% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #51D8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D8BB is #AE2744. Grayscale: #ACACAC. Windows color (decimal): -11413317 or 12310609. OLE color: 12310609.

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

Color convert

RGB 81 216 187 -
CMYK 0.62 0 0.13 0.15
HSL 167.11º 0.63% 0.58% -
HSV(B) 167.11º 0.63% 0.85% -
XYZ 36.92 54.45 55.58 -
YUV 172.33 136.27 62.86 -
System Red Green Blue C M Y K H S L
Decimal 81 216 187 0.62 0 0.13 0.15 167.11 0.63 0.58
Hex 51 D8 BB 3E 0 D F A7 3F 3A
Octal 121 330 273 76 0 15 17 247 77 72
Binary 1010001 11011000 10111011 111110 0 1101 1111 10100111 111111 111010

Color Harmonies of #51D8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D8BB

Black with #51D8BB

Text Example


Text Example

White with #51D8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,216,187); }

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

background-color css

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

 a { background-color: rgb(81,216,187); }

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

border-color css

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

 span { border-color: rgb(81,216,187); }

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