#51EBB7

Color #51EBB7 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #51EBB7

Tints of Turquoise #51EBB7

Color information

#51EBB7 (or 0x51EBB7) is unknown color: approx Turquoise. HEX triplet: 51, EB and B7. RGB value is (81,235,183). Sum of RGB (Red+Green+Blue) = 81+235+183=499 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.23% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #51EBB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EBB7 is #AE1448. Grayscale: #B7B7B7. Windows color (decimal): -11408457 or 12053329. OLE color: 12053329.

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

Color convert

RGB81235183-
CMYK0.6600.220.08
HSL159.74º79.38%61.96%-
HSV(B)159.74º65.53%92.16%-
XYZ41.6564.5855.07-
YUV183.03127.9855.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.23%
GREEN value IS 235 (92.19% from 255) = 47.09%
BLUE value IS 183 (71.88% from 255) = 36.67%
R=16.23%
G=47.09%
B=36.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal812351830.6600.220.08159.7479.3861.96
Hex51EBB7420168a04f3e
Octal1213532671020261024011776
Binary1010001111010111011011110000100101101000101000001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51EBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,235,183); }

 H1.HeaderClassName
 {
   color: #51EBB7;
 }
 .AnyTagClassName
 {
   color: #51EBB7;
 }
</style>
background-color css

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

 a { background-color: rgb(81,235,183); }

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

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

 span { border-color: rgb(81,235,183); }

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