Html Css Color HEX #51E8DB Turquoise

📋 copy color: '#51E8DB'

red 81 ◦ green 232 ◦ blue 219

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

Shades of Turquoise #51E8DB

Tints of Turquoise #51E8DB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.61%

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

R = 15.23%
G = 43.61%
B = 41.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#51E8DB (or 0x51E8DB) is known color: Turquoise. HEX triplet: 51, E8 and DB. RGB value is (81,232,219). Sum of RGB (Red+Green+Blue) = 81+232+219=532 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.23% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #51E8DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E8DB is #AE1724. Grayscale: #B9B9B9. Windows color (decimal): -11409189 or 14411857. OLE color: 14411857.

HSL color Cylindrical-coordinate representation of color #51E8DB: hue angle of 174.83º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E8DB is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 81 232 219 -
CMYK 0.65 0 0.06 0.09
HSL 174.83º 0.77% 0.61% -
HSV(B) 174.83º 0.65% 0.91% -
XYZ 45.04 64.58 77.11 -
YUV 185.37 146.97 53.56 -
System Red Green Blue C M Y K H S L
Decimal 81 232 219 0.65 0 0.06 0.09 174.83 0.77 0.61
Hex 51 E8 DB 41 0 6 9 AF 4D 3D
Octal 121 350 333 101 0 6 11 257 115 75
Binary 1010001 11101000 11011011 1000001 0 110 1001 10101111 1001101 111101

Color Harmonies of #51E8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E8DB

Black with #51E8DB

Text Example


Text Example

White with #51E8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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