#51FCB4

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

Shades of Turquoise #51FCB4

Tints of Turquoise #51FCB4

Color information

#51FCB4 (or 0x51FCB4) is unknown color: approx Turquoise. HEX triplet: 51, FC and B4. RGB value is (81,252,180). Sum of RGB (Red+Green+Blue) = 81+252+180=513 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.79% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #51FCB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FCB4 is #AE034B. Grayscale: #C0C0C0. Windows color (decimal): -11404108 or 11861073. OLE color: 11861073.

HSL color Cylindrical-coordinate representation of color #51FCB4: hue angle of 154.74º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FCB4 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB81252180-
CMYK0.6800.290.01
HSL154.74º96.61%65.29%-
HSV(B)154.74º67.86%98.82%-
XYZ46.4474.6755.14-
YUV192.66120.8548.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.79%
GREEN value IS 252 (98.83% from 255) = 49.12%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=15.79%
G=49.12%
B=35.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal812521800.6800.290.01154.7496.6165.29
Hex51FCB44401D19b6141
Octal1213742641040351233141101
Binary10100011111110010110100100010001110111001101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,252,180); }

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

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

 a { background-color: rgb(81,252,180); }

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

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

 span { border-color: rgb(81,252,180); }

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