#51F4B5

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

Shades of Turquoise #51F4B5

Tints of Turquoise #51F4B5

Color information

#51F4B5 (or 0x51F4B5) is unknown color: approx Turquoise. HEX triplet: 51, F4 and B5. RGB value is (81,244,181). Sum of RGB (Red+Green+Blue) = 81+244+181=506 (67% of max value = 765). Red value is 81 (32.03% from 255 or 16.01% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #51F4B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F4B5 is #AE0B4A. Grayscale: #BCBCBC. Windows color (decimal): -11406155 or 11924561. OLE color: 11924561.

HSL color Cylindrical-coordinate representation of color #51F4B5: hue angle of 156.81º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F4B5 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB81244181-
CMYK0.6700.260.04
HSL156.81º88.11%63.73%-
HSV(B)156.81º66.8%95.69%-
XYZ44.0869.7954.86-
YUV188.0812451.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.01%
GREEN value IS 244 (95.70% from 255) = 48.22%
BLUE value IS 181 (71.09% from 255) = 35.77%
R=16.01%
G=48.22%
B=35.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal812441810.6700.260.04156.8188.1163.73
Hex51F4B54301A49d5840
Octal1213642651030324235130100
Binary1010001111101001011010110000110110101001001110110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,244,181); }

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

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

 a { background-color: rgb(81,244,181); }

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

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

 span { border-color: rgb(81,244,181); }

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