Html Css Color HEX #51ECB8 Turquoise

📋 copy color: '#51ECB8'

red 81 ◦ green 236 ◦ blue 184

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

Shades of Turquoise #51ECB8

Tints of Turquoise #51ECB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.73%

R = 16.17%
G = 47.11%
B = 36.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#51ECB8 (or 0x51ECB8) is known color: Turquoise. HEX triplet: 51, EC and B8. RGB value is (81,236,184). Sum of RGB (Red+Green+Blue) = 81+236+184=501 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.17% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #51ECB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51ECB8 is #AE1347. Grayscale: #B7B7B7. Windows color (decimal): -11408200 or 12119121. OLE color: 12119121.

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

Color convert

RGB 81 236 184 -
CMYK 0.66 0 0.22 0.07
HSL 159.87º 0.8% 0.62% -
HSV(B) 159.87º 0.66% 0.93% -
XYZ 42.04 65.2 55.72 -
YUV 183.73 128.15 54.73 -
System Red Green Blue C M Y K H S L
Decimal 81 236 184 0.66 0 0.22 0.07 159.87 0.8 0.62
Hex 51 EC B8 42 0 16 7 A0 50 3E
Octal 121 354 270 102 0 26 7 240 120 76
Binary 1010001 11101100 10111000 1000010 0 10110 111 10100000 1010000 111110

Color Harmonies of #51ECB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ECB8

Black with #51ECB8

Text Example


Text Example

White with #51ECB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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