Html Css Color HEX #51EADB Turquoise

📋 copy color: '#51EADB'

red 81 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #51EADB

Tints of Turquoise #51EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.82%

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

R = 15.17%
G = 43.82%
B = 41.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#51EADB (or 0x51EADB) is known color: Turquoise. HEX triplet: 51, EA and DB. RGB value is (81,234,219). Sum of RGB (Red+Green+Blue) = 81+234+219=534 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.17% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #51EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EADB is #AE1524. Grayscale: #BABABA. Windows color (decimal): -11408677 or 14412369. OLE color: 14412369.

HSL color Cylindrical-coordinate representation of color #51EADB: hue angle of 174.12º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51EADB is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 234 219 -
CMYK 0.65 0 0.06 0.08
HSL 174.12º 0.78% 0.62% -
HSV(B) 174.12º 0.65% 0.92% -
XYZ 45.6 65.71 77.3 -
YUV 186.54 146.31 52.72 -
System Red Green Blue C M Y K H S L
Decimal 81 234 219 0.65 0 0.06 0.08 174.12 0.78 0.62
Hex 51 EA DB 41 0 6 8 AE 4E 3E
Octal 121 352 333 101 0 6 10 256 116 76
Binary 1010001 11101010 11011011 1000001 0 110 1000 10101110 1001110 111110

Color Harmonies of #51EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EADB

Black with #51EADB

Text Example


Text Example

White with #51EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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