Html Css Color HEX #51EEBF Turquoise

📋 copy color: '#51EEBF'

red 81 ◦ green 238 ◦ blue 191

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

Shades of Turquoise #51EEBF

Tints of Turquoise #51EEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.45%

R = 15.88%
G = 46.67%
B = 37.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#51EEBF (or 0x51EEBF) is known color: Turquoise. HEX triplet: 51, EE and BF. RGB value is (81,238,191). Sum of RGB (Red+Green+Blue) = 81+238+191=510 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.88% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #51EEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EEBF is #AE1140. Grayscale: #B9B9B9. Windows color (decimal): -11407681 or 12578385. OLE color: 12578385.

HSL color Cylindrical-coordinate representation of color #51EEBF: hue angle of 162.04º 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 #51EEBF is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 238 191 -
CMYK 0.66 0 0.20 0.07
HSL 162.04º 0.82% 0.63% -
HSV(B) 162.04º 0.66% 0.93% -
XYZ 43.37 66.66 59.87 -
YUV 185.7 130.99 53.32 -
System Red Green Blue C M Y K H S L
Decimal 81 238 191 0.66 0 0.20 0.07 162.04 0.82 0.63
Hex 51 EE BF 42 0 14 7 A2 52 3F
Octal 121 356 277 102 0 24 7 242 122 77
Binary 1010001 11101110 10111111 1000010 0 10100 111 10100010 1010010 111111

Color Harmonies of #51EEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EEBF

Black with #51EEBF

Text Example


Text Example

White with #51EEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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