Html Css Color HEX #51DCD6 Medium Turquoise

📋 copy color: '#51DCD6'

red 81 ◦ green 220 ◦ blue 214

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

Shades of Medium Turquoise #51DCD6

Tints of Medium Turquoise #51DCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.55%

R = 15.73%
G = 42.72%
B = 41.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#51DCD6 (or 0x51DCD6) is known color: Medium Turquoise. HEX triplet: 51, DC and D6. RGB value is (81,220,214). Sum of RGB (Red+Green+Blue) = 81+220+214=515 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.73% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #51DCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DCD6 is #AE2329. Grayscale: #B1B1B1. Windows color (decimal): -11412266 or 14081105. OLE color: 14081105.

HSL color Cylindrical-coordinate representation of color #51DCD6: hue angle of 177.41º 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 #51DCD6 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 220 214 -
CMYK 0.63 0 0.03 0.14
HSL 177.41º 0.67% 0.59% -
HSV(B) 177.41º 0.63% 0.86% -
XYZ 41.12 57.79 72.61 -
YUV 177.76 148.45 58.99 -
System Red Green Blue C M Y K H S L
Decimal 81 220 214 0.63 0 0.03 0.14 177.41 0.67 0.59
Hex 51 DC D6 3F 0 3 E B1 43 3B
Octal 121 334 326 77 0 3 16 261 103 73
Binary 1010001 11011100 11010110 111111 0 11 1110 10110001 1000011 111011

Color Harmonies of #51DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DCD6

Black with #51DCD6

Text Example


Text Example

White with #51DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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