Html Css Color HEX #51ECDB Turquoise

📋 copy color: '#51ECDB'

red 81 ◦ green 236 ◦ blue 219

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

Shades of Turquoise #51ECDB

Tints of Turquoise #51ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.03%

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

R = 15.11%
G = 44.03%
B = 40.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#51ECDB (or 0x51ECDB) is known color: Turquoise. HEX triplet: 51, EC and DB. RGB value is (81,236,219). Sum of RGB (Red+Green+Blue) = 81+236+219=536 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.11% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #51ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51ECDB is #AE1324. Grayscale: #BBBBBB. Windows color (decimal): -11408165 or 14412881. OLE color: 14412881.

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

Color convert

RGB 81 236 219 -
CMYK 0.66 0 0.07 0.07
HSL 173.42º 0.8% 0.62% -
HSV(B) 173.42º 0.66% 0.93% -
XYZ 46.17 66.85 77.49 -
YUV 187.72 145.65 51.88 -
System Red Green Blue C M Y K H S L
Decimal 81 236 219 0.66 0 0.07 0.07 173.42 0.8 0.62
Hex 51 EC DB 42 0 7 7 AD 50 3E
Octal 121 354 333 102 0 7 7 255 120 76
Binary 1010001 11101100 11011011 1000010 0 111 111 10101101 1010000 111110

Color Harmonies of #51ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ECDB

Black with #51ECDB

Text Example


Text Example

White with #51ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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