#51F7BB

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

Shades of Turquoise #51F7BB

Tints of Turquoise #51F7BB

Color information

#51F7BB (or 0x51F7BB) is unknown color: approx Turquoise. HEX triplet: 51, F7 and BB. RGB value is (81,247,187). Sum of RGB (Red+Green+Blue) = 81+247+187=515 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.73% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #51F7BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F7BB is #AE0844. Grayscale: #BEBEBE. Windows color (decimal): -11405381 or 12318545. OLE color: 12318545.

HSL color Cylindrical-coordinate representation of color #51F7BB: hue angle of 158.31º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F7BB is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB81247187-
CMYK0.6700.240.03
HSL158.31º91.21%64.31%-
HSV(B)158.31º67.21%96.86%-
XYZ45.6271.8658.48-
YUV190.5312649.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.73%
GREEN value IS 247 (96.88% from 255) = 47.96%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=15.73%
G=47.96%
B=36.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal812471870.6700.240.03158.3191.2164.31
Hex51F7BB4301839e5b40
Octal1213672731030303236133100
Binary101000111110111101110111000011011000111001111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,247,187); }

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

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

 a { background-color: rgb(81,247,187); }

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

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

 span { border-color: rgb(81,247,187); }

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