Html Css Color HEX #51EEDB Turquoise

📋 copy color: '#51EEDB'

red 81 ◦ green 238 ◦ blue 219

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

Shades of Turquoise #51EEDB

Tints of Turquoise #51EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.24%

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

R = 15.06%
G = 44.24%
B = 40.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#51EEDB (or 0x51EEDB) is known color: Turquoise. HEX triplet: 51, EE and DB. RGB value is (81,238,219). Sum of RGB (Red+Green+Blue) = 81+238+219=538 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.06% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #51EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EEDB is #AE1124. Grayscale: #BCBCBC. Windows color (decimal): -11407653 or 14413393. OLE color: 14413393.

HSL color Cylindrical-coordinate representation of color #51EEDB: hue angle of 172.74º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EEDB is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 238 219 -
CMYK 0.66 0 0.08 0.07
HSL 172.74º 0.82% 0.63% -
HSV(B) 172.74º 0.66% 0.93% -
XYZ 46.75 68.01 77.68 -
YUV 188.89 144.99 51.04 -
System Red Green Blue C M Y K H S L
Decimal 81 238 219 0.66 0 0.08 0.07 172.74 0.82 0.63
Hex 51 EE DB 42 0 8 7 AD 52 3F
Octal 121 356 333 102 0 10 7 255 122 77
Binary 1010001 11101110 11011011 1000010 0 1000 111 10101101 1010010 111111

Color Harmonies of #51EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EEDB

Black with #51EEDB

Text Example


Text Example

White with #51EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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