Html Css Color HEX #51DADE Medium Turquoise

📋 copy color: '#51DADE'

red 81 ◦ green 218 ◦ blue 222

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

Shades of Medium Turquoise #51DADE

Tints of Medium Turquoise #51DADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 15.55%
G = 41.84%
B = 42.61%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51DADE (or 0x51DADE) is known color: Medium Turquoise. HEX triplet: 51, DA and DE. RGB value is (81,218,222). Sum of RGB (Red+Green+Blue) = 81+218+222=521 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.55% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #51DADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DADE is #AE2521. Grayscale: #B1B1B1. Windows color (decimal): -11412770 or 14604881. OLE color: 14604881.

HSL color Cylindrical-coordinate representation of color #51DADE: hue angle of 181.7º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DADE is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 218 222 -
CMYK 0.64 0.02 0 0.13
HSL 181.7º 0.68% 0.59% -
HSV(B) 181.7º 0.64% 0.87% -
XYZ 41.65 57.17 77.95 -
YUV 177.49 153.11 59.17 -
System Red Green Blue C M Y K H S L
Decimal 81 218 222 0.64 0.02 0 0.13 181.7 0.68 0.59
Hex 51 DA DE 40 2 0 D B6 44 3B
Octal 121 332 336 100 2 0 15 266 104 73
Binary 1010001 11011010 11011110 1000000 10 0 1101 10110110 1000100 111011

Color Harmonies of #51DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DADE

Black with #51DADE

Text Example


Text Example

White with #51DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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