#51F1E4

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

Shades of Turquoise #51F1E4

Tints of Turquoise #51F1E4

Color information

#51F1E4 (or 0x51F1E4) is unknown color: approx Turquoise. HEX triplet: 51, F1 and E4. RGB value is (81,241,228). Sum of RGB (Red+Green+Blue) = 81+241+228=550 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.73% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #51F1E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F1E4 is #AE0E1B. Grayscale: #BFBFBF. Windows color (decimal): -11406876 or 15003985. OLE color: 15003985.

HSL color Cylindrical-coordinate representation of color #51F1E4: hue angle of 175.12º 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 #51F1E4 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB81241228-
CMYK0.6600.050.05
HSL175.12º85.11%63.14%-
HSV(B)175.12º66.39%94.51%-
XYZ48.8570.2684.39-
YUV191.68148.4949.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.73%
GREEN value IS 241 (94.53% from 255) = 43.82%
BLUE value IS 228 (89.45% from 255) = 41.45%
R=14.73%
G=43.82%
B=41.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal812412280.6600.050.05175.1285.1163.14
Hex51F1E442055af553f
Octal12136134410205525712577
Binary1010001111100011110010010000100101101101011111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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