Html Css Color HEX #51D7DB Medium Turquoise

📋 copy color: '#51D7DB'

red 81 ◦ green 215 ◦ blue 219

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

Shades of Medium Turquoise #51D7DB

Tints of Medium Turquoise #51D7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.75%

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 15.73%
G = 41.75%
B = 42.52%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#51D7DB (or 0x51D7DB) is known color: Medium Turquoise. HEX triplet: 51, D7 and DB. RGB value is (81,215,219). Sum of RGB (Red+Green+Blue) = 81+215+219=515 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.73% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #51D7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D7DB is #AE2824. Grayscale: #AFAFAF. Windows color (decimal): -11413541 or 14407505. OLE color: 14407505.

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

Color convert

RGB 81 215 219 -
CMYK 0.63 0.02 0 0.14
HSL 181.74º 0.66% 0.59% -
HSV(B) 181.74º 0.63% 0.86% -
XYZ 40.48 55.46 75.59 -
YUV 175.39 152.61 60.67 -
System Red Green Blue C M Y K H S L
Decimal 81 215 219 0.63 0.02 0 0.14 181.74 0.66 0.59
Hex 51 D7 DB 3F 2 0 E B6 42 3B
Octal 121 327 333 77 2 0 16 266 102 73
Binary 1010001 11010111 11011011 111111 10 0 1110 10110110 1000010 111011

Color Harmonies of #51D7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D7DB

Black with #51D7DB

Text Example


Text Example

White with #51D7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,215,219); }

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

background-color css

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

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

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

border-color css

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

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

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