Html Css Color HEX #51DADC Medium Turquoise

📋 copy color: '#51DADC'

red 81 ◦ green 218 ◦ blue 220

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

Shades of Medium Turquoise #51DADC

Tints of Medium Turquoise #51DADC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42%

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

R = 15.61%
G = 42%
B = 42.39%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#51DADC (or 0x51DADC) is known color: Medium Turquoise. HEX triplet: 51, DA and DC. RGB value is (81,218,220). Sum of RGB (Red+Green+Blue) = 81+218+220=519 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.61% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #51DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DADC is #AE2523. Grayscale: #B1B1B1. Windows color (decimal): -11412772 or 14473809. OLE color: 14473809.

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

Color convert

RGB 81 218 220 -
CMYK 0.63 0.01 0 0.14
HSL 180.86º 0.67% 0.59% -
HSV(B) 180.86º 0.63% 0.86% -
XYZ 41.38 57.06 76.54 -
YUV 177.27 152.11 59.34 -
System Red Green Blue C M Y K H S L
Decimal 81 218 220 0.63 0.01 0 0.14 180.86 0.67 0.59
Hex 51 DA DC 3F 1 0 E B5 43 3B
Octal 121 332 334 77 1 0 16 265 103 73
Binary 1010001 11011010 11011100 111111 1 0 1110 10110101 1000011 111011

Color Harmonies of #51DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DADC

Black with #51DADC

Text Example


Text Example

White with #51DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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