Html Css Color HEX #51DAD2 Medium Turquoise

📋 copy color: '#51DAD2'

red 81 ◦ green 218 ◦ blue 210

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

Shades of Medium Turquoise #51DAD2

Tints of Medium Turquoise #51DAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.26%

R = 15.91%
G = 42.83%
B = 41.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#51DAD2 (or 0x51DAD2) is known color: Medium Turquoise. HEX triplet: 51, DA and D2. RGB value is (81,218,210). Sum of RGB (Red+Green+Blue) = 81+218+210=509 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.91% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #51DAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DAD2 is #AE252D. Grayscale: #B0B0B0. Windows color (decimal): -11412782 or 13818449. OLE color: 13818449.

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

Color convert

RGB 81 218 210 -
CMYK 0.63 0 0.04 0.15
HSL 176.5º 0.65% 0.59% -
HSV(B) 176.5º 0.63% 0.85% -
XYZ 40.1 56.55 69.77 -
YUV 176.13 147.11 60.15 -
System Red Green Blue C M Y K H S L
Decimal 81 218 210 0.63 0 0.04 0.15 176.5 0.65 0.59
Hex 51 DA D2 3F 0 4 F B0 41 3B
Octal 121 332 322 77 0 4 17 260 101 73
Binary 1010001 11011010 11010010 111111 0 100 1111 10110000 1000001 111011

Color Harmonies of #51DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DAD2

Black with #51DAD2

Text Example


Text Example

White with #51DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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