Html Css Color HEX #51DCDC Medium Turquoise

📋 copy color: '#51DCDC'

red 81 ◦ green 220 ◦ blue 220

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

Shades of Medium Turquoise #51DCDC

Tints of Medium Turquoise #51DCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 15.55%
G = 42.23%
B = 42.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#51DCDC (or 0x51DCDC) is known color: Medium Turquoise. HEX triplet: 51, DC and DC. RGB value is (81,220,220). Sum of RGB (Red+Green+Blue) = 81+220+220=521 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.55% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #51DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DCDC is #AE2323. Grayscale: #B2B2B2. Windows color (decimal): -11412260 or 14474321. OLE color: 14474321.

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

Color convert

RGB 81 220 220 -
CMYK 0.63 0 0 0.14
HSL 180º 0.67% 0.59% -
HSV(B) 180º 0.63% 0.86% -
XYZ 41.9 58.1 76.72 -
YUV 178.44 151.45 58.5 -
System Red Green Blue C M Y K H S L
Decimal 81 220 220 0.63 0 0 0.14 180 0.67 0.59
Hex 51 DC DC 3F 0 0 E B4 43 3B
Octal 121 334 334 77 0 0 16 264 103 73
Binary 1010001 11011100 11011100 111111 0 0 1110 10110100 1000011 111011

Color Harmonies of #51DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DCDC

Black with #51DCDC

Text Example


Text Example

White with #51DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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