Html Css Color HEX #51ECBE Turquoise

📋 copy color: '#51ECBE'

red 81 ◦ green 236 ◦ blue 190

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

Shades of Turquoise #51ECBE

Tints of Turquoise #51ECBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 15.98%
G = 46.55%
B = 37.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#51ECBE (or 0x51ECBE) is known color: Turquoise. HEX triplet: 51, EC and BE. RGB value is (81,236,190). Sum of RGB (Red+Green+Blue) = 81+236+190=507 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.98% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #51ECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51ECBE is #AE1341. Grayscale: #B8B8B8. Windows color (decimal): -11408194 or 12512337. OLE color: 12512337.

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

Color convert

RGB 81 236 190 -
CMYK 0.66 0 0.19 0.07
HSL 162.19º 0.8% 0.62% -
HSV(B) 162.19º 0.66% 0.93% -
XYZ 42.68 65.46 59.1 -
YUV 184.41 131.15 54.24 -
System Red Green Blue C M Y K H S L
Decimal 81 236 190 0.66 0 0.19 0.07 162.19 0.8 0.62
Hex 51 EC BE 42 0 13 7 A2 50 3E
Octal 121 354 276 102 0 23 7 242 120 76
Binary 1010001 11101100 10111110 1000010 0 10011 111 10100010 1010000 111110

Color Harmonies of #51ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ECBE

Black with #51ECBE

Text Example


Text Example

White with #51ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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