Html Css Color HEX #51EFDB Turquoise

📋 copy color: '#51EFDB'

red 81 ◦ green 239 ◦ blue 219

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

Shades of Turquoise #51EFDB

Tints of Turquoise #51EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.34%

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

R = 15.03%
G = 44.34%
B = 40.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#51EFDB (or 0x51EFDB) is known color: Turquoise. HEX triplet: 51, EF and DB. RGB value is (81,239,219). Sum of RGB (Red+Green+Blue) = 81+239+219=539 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.03% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #51EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EFDB is #AE1024. Grayscale: #BDBDBD. Windows color (decimal): -11407397 or 14413649. OLE color: 14413649.

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

Color convert

RGB 81 239 219 -
CMYK 0.66 0 0.08 0.06
HSL 172.41º 0.83% 0.63% -
HSV(B) 172.41º 0.66% 0.94% -
XYZ 47.05 68.6 77.78 -
YUV 189.48 144.65 50.63 -
System Red Green Blue C M Y K H S L
Decimal 81 239 219 0.66 0 0.08 0.06 172.41 0.83 0.63
Hex 51 EF DB 42 0 8 6 AC 53 3F
Octal 121 357 333 102 0 10 6 254 123 77
Binary 1010001 11101111 11011011 1000010 0 1000 110 10101100 1010011 111111

Color Harmonies of #51EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EFDB

Black with #51EFDB

Text Example


Text Example

White with #51EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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