#51F1C1

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

Shades of Turquoise #51F1C1

Tints of Turquoise #51F1C1

Color information

#51F1C1 (or 0x51F1C1) is unknown color: approx Turquoise. HEX triplet: 51, F1 and C1. RGB value is (81,241,193). Sum of RGB (Red+Green+Blue) = 81+241+193=515 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.73% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #51F1C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F1C1 is #AE0E3E. Grayscale: #BBBBBB. Windows color (decimal): -11406911 or 12710225. OLE color: 12710225.

HSL color Cylindrical-coordinate representation of color #51F1C1: hue angle of 162º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51F1C1 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB81241193-
CMYK0.6600.200.05
HSL162º85.11%63.14%-
HSV(B)162º66.39%94.51%-
XYZ44.4768.5161.33-
YUV187.69130.9951.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.73%
GREEN value IS 241 (94.53% from 255) = 46.80%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=15.73%
G=46.80%
B=37.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal812411930.6600.200.0516285.1163.14
Hex51F1C1420145a2553f
Octal121361301102024524212577
Binary101000111110001110000011000010010100101101000101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,241,193); }

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

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

 a { background-color: rgb(81,241,193); }

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

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

 span { border-color: rgb(81,241,193); }

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