Html Css Color HEX #51DAD4 Medium Turquoise

📋 copy color: '#51DAD4'

red 81 ◦ green 218 ◦ blue 212

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

Shades of Medium Turquoise #51DAD4

Tints of Medium Turquoise #51DAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.49%

R = 15.85%
G = 42.66%
B = 41.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#51DAD4 (or 0x51DAD4) is known color: Medium Turquoise. HEX triplet: 51, DA and D4. RGB value is (81,218,212). Sum of RGB (Red+Green+Blue) = 81+218+212=511 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.85% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #51DAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DAD4 is #AE252B. Grayscale: #B0B0B0. Windows color (decimal): -11412780 or 13949521. OLE color: 13949521.

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

Color convert

RGB 81 218 212 -
CMYK 0.63 0 0.03 0.15
HSL 177.37º 0.65% 0.59% -
HSV(B) 177.37º 0.63% 0.85% -
XYZ 40.35 56.65 71.09 -
YUV 176.35 148.11 59.99 -
System Red Green Blue C M Y K H S L
Decimal 81 218 212 0.63 0 0.03 0.15 177.37 0.65 0.59
Hex 51 DA D4 3F 0 3 F B1 41 3B
Octal 121 332 324 77 0 3 17 261 101 73
Binary 1010001 11011010 11010100 111111 0 11 1111 10110001 1000001 111011

Color Harmonies of #51DAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DAD4

Black with #51DAD4

Text Example


Text Example

White with #51DAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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