#51FFC4

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

Shades of Turquoise #51FFC4

Tints of Turquoise #51FFC4

Color information

#51FFC4 (or 0x51FFC4) is unknown color: approx Turquoise. HEX triplet: 51, FF and C4. RGB value is (81,255,196). Sum of RGB (Red+Green+Blue) = 81+255+196=532 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.23% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FFC4 is #AE003B. Grayscale: #C4C4C4. Windows color (decimal): -11403324 or 12910417. OLE color: 12910417.

HSL color Cylindrical-coordinate representation of color #51FFC4: hue angle of 159.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FFC4 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB81255196-
CMYK0.6800.230
HSL159.66º100%65.88%-
HSV(B)159.66º68.24%100%-
XYZ49.1277.2564.55-
YUV196.25127.8545.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.23%
GREEN value IS 255 (100% from 255) = 47.93%
BLUE value IS 196 (76.95% from 255) = 36.84%
R=15.23%
G=47.93%
B=36.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal812551960.6800.230159.6610065.88
Hex51FFC4440170a06442
Octal1213773041040270240144102
Binary10100011111111111000100100010001011101010000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,255,196); }

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

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

 a { background-color: rgb(81,255,196); }

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

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

 span { border-color: rgb(81,255,196); }

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