Html Css Color HEX #51DBC8 Medium Turquoise

📋 copy color: '#51DBC8'

red 81 ◦ green 219 ◦ blue 200

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

Shades of Medium Turquoise #51DBC8

Tints of Medium Turquoise #51DBC8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.8%

 BLUE value IS 200 (78.52% from 255) = 40%

R = 16.2%
G = 43.8%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#51DBC8 (or 0x51DBC8) is known color: Medium Turquoise. HEX triplet: 51, DB and C8. RGB value is (81,219,200). Sum of RGB (Red+Green+Blue) = 81+219+200=500 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 200 (78.52% from 255 or 40% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #51DBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DBC8 is #AE2437. Grayscale: #AFAFAF. Windows color (decimal): -11412536 or 13163345. OLE color: 13163345.

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

Color convert

RGB 81 219 200 -
CMYK 0.63 0 0.09 0.14
HSL 171.74º 0.66% 0.59% -
HSV(B) 171.74º 0.63% 0.86% -
XYZ 39.15 56.58 63.5 -
YUV 175.57 141.78 60.54 -
System Red Green Blue C M Y K H S L
Decimal 81 219 200 0.63 0 0.09 0.14 171.74 0.66 0.59
Hex 51 DB C8 3F 0 9 E AC 42 3B
Octal 121 333 310 77 0 11 16 254 102 73
Binary 1010001 11011011 11001000 111111 0 1001 1110 10101100 1000010 111011

Color Harmonies of #51DBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DBC8

Black with #51DBC8

Text Example


Text Example

White with #51DBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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